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.12.tar.gz
(52.6 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.12-py3-none-any.whl
(124.2 kB
view details)
File details
Details for the file amisynth-0.3.12.tar.gz.
File metadata
- Download URL: amisynth-0.3.12.tar.gz
- Upload date:
- Size: 52.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
effac9ee58df75a25441cb7a110b46a81dea1eeb0e1e3838974518d86405c116
|
|
| MD5 |
3d8d7f0326ceb04bf805246a4a32bf7d
|
|
| BLAKE2b-256 |
871afe93d8563bd72fbaf35333c8454baf464052b9a8270a7f5d6c7c5df91993
|
File details
Details for the file amisynth-0.3.12-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.12-py3-none-any.whl
- Upload date:
- Size: 124.2 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 |
497f6133137fc9e50ccd0ceda84ed745ee54fda8d799148d485dc58e2c9ea8dd
|
|
| MD5 |
8698e1cde56864334ffd4c6f7f81ee9b
|
|
| BLAKE2b-256 |
d25b79caf26291077dd8f4e84492b799f45fb844d5395d7f1463f8bf21f25762
|