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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.2.7.tar.gz
  • Upload date:
  • Size: 32.2 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.7.tar.gz
Algorithm Hash digest
SHA256 d23bda5f641589fff762bed20757bc894a21fdb1eb144b4fc339663dbdb0a378
MD5 0657996d01789a6d458ba0730865731b
BLAKE2b-256 2060e2a04a9f5d46dabe1e86358beffa432f81f10f49e94f21d1697a640314a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 72.2 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 c25d2d558ec9b06d464e5d599be4ce8743ca3b1afa30895295e751db34cf08a4
MD5 108712054e94bd1a62860e33c7adea07
BLAKE2b-256 bf33dc04018e78f3f87ff8cea66c907fa55dda26e040eee9f3535016e8f54f48

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