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.1.tar.gz
(19.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.1-py3-none-any.whl
(46.0 kB
view details)
File details
Details for the file amisynth-0.1.1.tar.gz.
File metadata
- Download URL: amisynth-0.1.1.tar.gz
- Upload date:
- Size: 19.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 |
505942f67f9437506356c1e9ca610dd32b0ff14ad6b3123fce7f57b09a8ac06f
|
|
| MD5 |
ab8fc8d7160f8cfde277a7e255e99210
|
|
| BLAKE2b-256 |
87613e24b74471b6f1ff0f6028657b7da532f406336fc87482d232c5625f986d
|
File details
Details for the file amisynth-0.1.1-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.1.1-py3-none-any.whl
- Upload date:
- Size: 46.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 |
8f8bc3ff4328b8c230749afdefa2bbbba57bbb6b9a0dbbf4b6b8aead68f6d952
|
|
| MD5 |
dfa8853de3de4fa462d1067158085db4
|
|
| BLAKE2b-256 |
b20ec7e0d458632922dd181ddf9cb48b4b39a8451a117613b65653b8e9e5ec73
|