Skip to main content

Descripción de mi paquete

Project description

Amisynth

Amisynth es un paquete para integrar funciones personalizadas en Discord.

PyPI Python Docs

Instalación

Para instalar este paquete, usa pip:

pip install Amisynth

Codigo Basico

from Amysinth.client import AmiClient

bot = AmiClient(prefix="!")

bot.new_commands(name="test",
                 type="text",
                 code="Hi everyone!")

bot.run("""TOKEN BOT""")

Codigo con Cogs

AmiClient(prefix="!", cogs="carpeta de cogs")

Eventos

from Amysinth.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.6.tar.gz (12.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.6-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.0.6.tar.gz
  • Upload date:
  • Size: 12.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.6.tar.gz
Algorithm Hash digest
SHA256 841111f1bd6812ae5c54c25c60e08c69f252da85752d1b1863018ad93aa9e0ca
MD5 723be41757062f048de77bda6a7d196f
BLAKE2b-256 99eadb9cc8ce332ee8556b64ba5aea24263417e97e8fdd871e1ec9c98d4d2c70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 25.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.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ee380d503165830b90539893e73f040fe76428c2af3e567ee4ad83ed1b3391de
MD5 aa0d4c703a96a70189b5e7b7b245a353
BLAKE2b-256 84b22779a4204e83ce03ad4c4b442091be5aea24e2e32b5839fd973075dcf446

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