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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.3.11.tar.gz
  • Upload date:
  • Size: 49.9 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.11.tar.gz
Algorithm Hash digest
SHA256 073c1f48033c7e024ec4dc16475a8bcbf5ae27eee7ea05b9bf5fefab4adddbcd
MD5 521b0f8096c266fbe45edd5ccb7fe58f
BLAKE2b-256 a1481104131437b4eab4e718599198943070edd6deaa6fdb56b7c793254f8317

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.3.11-py3-none-any.whl
  • Upload date:
  • Size: 117.7 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.11-py3-none-any.whl
Algorithm Hash digest
SHA256 3f414487dfc2b9b4e647d031dc3c2da73b23705e00a70cd6ad37423211643c01
MD5 30f706592e8202c0fe071955c14a5b6d
BLAKE2b-256 e2b9ea3a1021349c4a72537ee0cb5cfb228039f5f2a93c5e2db8b08dc43057b8

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