Descripción de mi paquete
Project description
Amisynth
Amisynth es un paquete para integrar funciones personalizadas en Discord.
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
Release history Release notifications | RSS feed
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.0.tar.gz
(13.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
amisynth-0.1.0-py3-none-any.whl
(27.4 kB
view details)
File details
Details for the file amisynth-0.1.0.tar.gz.
File metadata
- Download URL: amisynth-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c17fdcd2f5667900b9caceae212788418e5271acfb2d308004d94c7ac79abdf0
|
|
| MD5 |
cf407debf90666757c0abaa9afa1f6a9
|
|
| BLAKE2b-256 |
222f68c64874c00023d768db04ce4aa0c4da50a6f12cd5cf7ebaf621a446445f
|
File details
Details for the file amisynth-0.1.0-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15607469e3b08aef84f68d5094f3f9cdd31cab0a71cc73ecc762f7b058510ae4
|
|
| MD5 |
03f966ae09de89d6fcda48acc2b4a0ea
|
|
| BLAKE2b-256 |
bb934409a205719e898a3c00db0d8433f5c1f06659a2aaa8d67a5f561e493909
|