Skip to main content

Descripción de mi paquete

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.0.8.tar.gz (13.4 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.0.8-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.0.8.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for amisynth-0.0.8.tar.gz
Algorithm Hash digest
SHA256 d97fb6a242f283fbeb962b90e45f3e02b21021d6aa01ca2fcb1d4ac65c87c982
MD5 e90ddcace51d13723679d004642a5db2
BLAKE2b-256 7df61c5c1a9893a3b019f4d60d171ff96d68fe6b296f739765898e5bee017416

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 27.3 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.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 b9aa609e52c678c28e34dd1988637fdda91bf5942aa3be2ae0a3321bf56f2d32
MD5 003a5098f9045f8c6238386c6f8c87ac
BLAKE2b-256 5e915e221d70eba45a59cdfe11d8a667d360929585cc9ed9ccb087f5d3874787

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