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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.3.7.tar.gz
  • Upload date:
  • Size: 48.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.3.7.tar.gz
Algorithm Hash digest
SHA256 dc6a9c8c6f47262ad27b31692172e4ebc17cb54f07736b9d91600dff6a647e73
MD5 0b5cf231662bb9b875fa97ee4535e7af
BLAKE2b-256 1f56465a08999caf0f707f4df4c4a7ea0f66a4cb861ba6ea602c7fd144d3c04a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 109.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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 05b24ea0c192a980556351c93385c7387888bf52afe23dfa2af1232711157ffb
MD5 34788a9e0e3ded2518e2545f09f6e4b9
BLAKE2b-256 29270d3533561c18c68c1e7364049e6af454d11c8739f8c8a9e5b5d11f2496aa

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