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.3.10.tar.gz (46.6 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.3.10-py3-none-any.whl (110.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for amisynth-0.3.10.tar.gz
Algorithm Hash digest
SHA256 7b3ae53b85c6703786338a1d5ec49d96360e166759db4520a700486dfd95c62b
MD5 e5b46ad329d42458c51c9ac1235ae3b2
BLAKE2b-256 68ee6cc71ff088d3604d824f3712642d8f98924504e3d0e62ebcef952eb52bed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.3.10-py3-none-any.whl
  • Upload date:
  • Size: 110.5 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.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 b50fda77df7da4c0d0e7258ce61e313cae995f2dc04ac9d97afa9f01d78bb295
MD5 188777da59496cc2409684b5f5249798
BLAKE2b-256 7879421ddddd6cedc723c4af9367125a49342f628235dc16e380fd271c04452c

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