Skip to main content

Descripción de mi paquete

Project description

Amisynth

Amisynth es un paquete para integrar funciones personalizadas en Discord.

PyPI PyPI Downloads Python Docs

Instalación

Para instalar este paquete, usa pip:

pip install Amisynth

Codigo Basico

from Amisynth.client import AmiClient

bot = AmiClient(prefix="!")

bot.new_command(name="test",
                 type="text",
                 code="Hi everyone!")

bot.run("""TOKEN BOT""")

Codigo con Cogs

AmiClient(prefix="!", cogs="carpeta de cogs")

Eventos

from Amisynth.client import AmiClient

bot = AmiClient(prefix="!")

bot.new_event(name="$onMessage",
                 code="Hi everyone!")

bot.run("""TOKEN BOT""")

Cog Exmaple

# cog/test.py
def setup(bot):
    bot.new_command(name="test",
                 type="text",
                 code="Hi everyone!")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amisynth-0.1.6.tar.gz (24.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amisynth-0.1.6-py3-none-any.whl (52.6 kB view details)

Uploaded Python 3

File details

Details for the file amisynth-0.1.6.tar.gz.

File metadata

  • Download URL: amisynth-0.1.6.tar.gz
  • Upload date:
  • Size: 24.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for amisynth-0.1.6.tar.gz
Algorithm Hash digest
SHA256 87ecf0da889ebef1c42828ada2be30f150c2d6f410a30bf090dd43357046aef0
MD5 711b4cd51eb309b9de6fba6033420d19
BLAKE2b-256 78cd204e4c506dc0a832e404b2b9eacaa2674027946d17f05128971dd84ada13

See more details on using hashes here.

File details

Details for the file amisynth-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: amisynth-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 52.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for amisynth-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 843c957552b12379891310fd01d570508d530b6141d79d14324760456b79801f
MD5 474956a3e3e0d959d73fd9523f7f053b
BLAKE2b-256 0e5b2754bf62211bc6969ded4daa14ee160841b2bf198dcaf849cfaf92eb896d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page