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 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
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.0.7.tar.gz
(12.5 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.0.7-py3-none-any.whl
(26.0 kB
view details)
File details
Details for the file amisynth-0.0.7.tar.gz.
File metadata
- Download URL: amisynth-0.0.7.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d10d82ea3937e1f94ec9f19efd976089c4e22795b7466885effbe523725dfead
|
|
| MD5 |
0b7820445eda29a0d4dece47ef2c2950
|
|
| BLAKE2b-256 |
01baf44ab0db2787bca7f54dc583e83b3404d497ce096ba06becacd1c7130f6f
|
File details
Details for the file amisynth-0.0.7-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.0.7-py3-none-any.whl
- Upload date:
- Size: 26.0 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 |
7d85c807f74af0eb585145a9e40cd0abe56ea638cde7730e984de60a8dd04f84
|
|
| MD5 |
a80dce5659502a20bba29d9180edaef0
|
|
| BLAKE2b-256 |
f1aa91a32c55433ec19cc0c670531177f03aef0334bddeea58d44e8a91fd7cf1
|