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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.3.4.tar.gz
  • Upload date:
  • Size: 41.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.4.tar.gz
Algorithm Hash digest
SHA256 70af9c5a98a0531bf33509f96ff9970801ecf1d99ab1464406c20c5285ae77d8
MD5 fd408dbe123c66f7db204f369a2b3ea1
BLAKE2b-256 07a094606ad5e527663f04969af76b5405496022e90a68a5fb1f4ba293c51769

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 94.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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ddb42ed3f82cb8a02286f2283c4cf52b9ab0dbe14fa89355c9c20dd20904d373
MD5 65ddf663afd65a316a2efc7efa5391a1
BLAKE2b-256 f4d08db0d41f9b2613edf571762a3efbe9c393a230107cc1e88a14b38e608a77

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