Crea tu bot de discord sin saber programar!
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.3.6.tar.gz
(44.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.3.6-py3-none-any.whl
(101.9 kB
view details)
File details
Details for the file amisynth-0.3.6.tar.gz.
File metadata
- Download URL: amisynth-0.3.6.tar.gz
- Upload date:
- Size: 44.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 |
ebe7f0480fbdec3e5b832416645f41ce8f7c92bdbf60dc522541d96fbc00fe69
|
|
| MD5 |
1d289d7f1ca8ca064690d3b682c9e86d
|
|
| BLAKE2b-256 |
d5bb1d227941dacb57126da302ccada7cb19bc0ab565f0dc7ccbbeedbe9a1a6d
|
File details
Details for the file amisynth-0.3.6-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.6-py3-none-any.whl
- Upload date:
- Size: 101.9 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 |
6bde2850d2863efca275f4a0fef3690af5839fc26a5486ebff96cb61c17c68a9
|
|
| MD5 |
98e27daf8146b9974148e7abc9a2d9c1
|
|
| BLAKE2b-256 |
7e59461ee8e55bfc6f59024d695394447c5d90537540491e5feee95ae51e4543
|