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

Uploaded Python 3

File details

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

File metadata

  • Download URL: amisynth-0.1.7.tar.gz
  • Upload date:
  • Size: 25.0 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.7.tar.gz
Algorithm Hash digest
SHA256 4363386dd03220da27d29670864f6caaf94e4330f43e9dec5e052914dc3cf07c
MD5 fdbe9ee638baa567e39f77773958fe02
BLAKE2b-256 c76b3ecf133f949e91068c6dbeee17636dfca28574cc700a820e43941ac8c9f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amisynth-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 53.6 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d9804a9489ed074b1fb92e5d66887fa7924a4b9ae5b50d9ee378045c0cf5d83b
MD5 c94b5920638dcfb776e05e2a37f4c95c
BLAKE2b-256 5ddde8428aedcaeb166629f9f8713c9f0e6d41f2ac009a12c9c5eb2db1ea8801

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