Skip to main content

Crea tu bot de discord sin saber programar!

Project description

Amisynth

Amisynth es un paquete para integrar funciones personalizadas en Discord.

PyPI PyPI Downloads Python Docs Únete a nuestro Discord

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.2.8.tar.gz (34.7 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.2.8-py3-none-any.whl (79.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for amisynth-0.2.8.tar.gz
Algorithm Hash digest
SHA256 4eca2e33a85bd91309e6464f284d05def3a28bf0810fc298b0a02b5fbd6a3990
MD5 61f5e2d5511a2af7bd3c1ceea9d37113
BLAKE2b-256 52f5ce25e088a48eec5e818a732f0e2c032984d32cad0c52ddc6834e459ab38b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 79.4 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.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 9103658979b4c26b567547182eebff5c43e68800e0f01612ad5a09a3233104ce
MD5 8d4eab9c88d88936853fe4decd968886
BLAKE2b-256 d3df48a8dbbf6a09f11bc90960610ec34cb0f691d3804198a7b74ac535f7ebbd

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