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.1.9.tar.gz (24.6 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.1.9-py3-none-any.whl (54.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for amisynth-0.1.9.tar.gz
Algorithm Hash digest
SHA256 d1af2b275bb1f1721661c1f626de2d8ab16169d9b5dbe458747ceef64f0e740d
MD5 a65c983e5af379e81d3476a46847fbde
BLAKE2b-256 85d2116ef8732f5b384dfbc9bcd5f8c742b680c940d647718d026016bfa44328

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 54.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.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 49abf04ab071630e0defb0f804a9afb8e7cca61ebcb7777d4aaf1047c930ba99
MD5 8dd152df2c3ef32d592d952b679d1d94
BLAKE2b-256 14399867ed8642f0d5181f651fe60b73e05d8c5fa1b2d01ed3c1f9245848bc61

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