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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.2.5.tar.gz
  • Upload date:
  • Size: 31.8 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.5.tar.gz
Algorithm Hash digest
SHA256 15afab83f6cd2361a3d8e9abd86fc1c0364643887508a4765a466cc88fe3c567
MD5 888d2ddb48e2fafdad96cc6a692d4c07
BLAKE2b-256 f66aef8819cdda6e3799dbe918c2aa261dac690cb4049e78b272b39373e73991

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.2.5-py3-none-any.whl
  • Upload date:
  • Size: 71.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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 05e983cd95acdbd4a7a9a301110c115a521eb438fd8d908c7574476b0db0d0aa
MD5 945abc438493973ed5f89de9ad9cc53f
BLAKE2b-256 7d1c2bd125d99600858765ee0a9bc9aff55127ba02f0846b0f54184417075ac7

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