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.3.tar.gz
(40.9 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.3-py3-none-any.whl
(94.1 kB
view details)
File details
Details for the file amisynth-0.3.3.tar.gz.
File metadata
- Download URL: amisynth-0.3.3.tar.gz
- Upload date:
- Size: 40.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d921b040d6726f9412d60e15414cd40c3c595881faab7b02cb6ffc7adfeae4c
|
|
| MD5 |
84206cdca2ceb5c2a7885e702f71fc19
|
|
| BLAKE2b-256 |
d920dd2d5e9936869f62b861c2d505bd1a0086af9eff0ed5aaee1f97140bd0eb
|
File details
Details for the file amisynth-0.3.3-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.3-py3-none-any.whl
- Upload date:
- Size: 94.1 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 |
1085c5211e3c147d28aae2aeb3c20e7a3aceb2254948b7a03be2b552a9e8a352
|
|
| MD5 |
ee563fd3d3d24e9a2161b997a7690f81
|
|
| BLAKE2b-256 |
3a3806504d3782491839207bc9d73d3f7ffc1de8f2ac56f4570bd57faf5a406f
|