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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.3.2.tar.gz
  • Upload date:
  • Size: 37.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.2.tar.gz
Algorithm Hash digest
SHA256 ee9544549734ed68813dea1a5599954d06f5e8d9d7018d0d5cbdfe966a3473d3
MD5 e0650314ad1147c7a0853aa80b81ec29
BLAKE2b-256 614357aafcea0fda14da089dc3ae337a552286274061f13215ce1fdd74bc988f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 87.9 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fe9a20eac5ad03cf53f83fc18750c9399334c431dfba445fcf013b77b475aec4
MD5 08b7cb4a728631a686a3050f4c3c4b0b
BLAKE2b-256 6e20d8dd19fd89e5ffe39edef30f24d7f7c76385f1cce40e99bfff1fa6201107

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