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.5.tar.gz (22.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.1.5-py3-none-any.whl (50.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.1.5.tar.gz
  • Upload date:
  • Size: 22.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.1.5.tar.gz
Algorithm Hash digest
SHA256 015ee55aa9140ea3e8f4364bf45d8b190e09d0c9478c20a484a60ca6dca0949e
MD5 97fe54aa6d85ca8c0102a40aea35d544
BLAKE2b-256 f26bd9560d96f133450243b9d3fdcbcf5a800e8e8c4ad97e89f215a9555ca02e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 50.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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 00bb334f314b62aae5016b3abd455597ceda52f456b462fc3f55bcf6cb080605
MD5 2cc761075367b1f2e53d8b0035ecdb56
BLAKE2b-256 dced0606c4a39740a0c855cb97e99605382a41f9b23ff518d924508ce8d94b91

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