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.2.4.tar.gz
(29.1 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.2.4-py3-none-any.whl
(66.3 kB
view details)
File details
Details for the file amisynth-0.2.4.tar.gz.
File metadata
- Download URL: amisynth-0.2.4.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79ccb6c3be6b3eb08c7017b6f911584ee718feb69d338cd7e003513e92328462
|
|
| MD5 |
e3b7910311951cd6f3026a1414f06753
|
|
| BLAKE2b-256 |
62be7b3d0020a4b48844e1d1fc042f28728f4ea26c185d1b35ee508830153f57
|
File details
Details for the file amisynth-0.2.4-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.2.4-py3-none-any.whl
- Upload date:
- Size: 66.3 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 |
697e1dee74869aaf9fb8573e0932a191c3f64542b795979442d8b809c0725726
|
|
| MD5 |
d381be7e2e41f6f3d9112261f42043fa
|
|
| BLAKE2b-256 |
5146ad84b2f296b21a4b8980a69bc5ab0abcdf5cbc4be70f04a66c447af8cec7
|