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.1.tar.gz
(28.7 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.1-py3-none-any.whl
(65.6 kB
view details)
File details
Details for the file amisynth-0.2.1.tar.gz.
File metadata
- Download URL: amisynth-0.2.1.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513ad4250835c88fe1b59fcff0aafeaebd367d2d48d9fddeb4c2eb2c613feb7d
|
|
| MD5 |
dc8e4f5a11d8a22ec80b858f4a9970f3
|
|
| BLAKE2b-256 |
e534231dd0239db8257d1ee8ccf4298eab1f7aa416747eab29fa0b2b74f0f488
|
File details
Details for the file amisynth-0.2.1-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.2.1-py3-none-any.whl
- Upload date:
- Size: 65.6 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 |
e22dfba338688f9369289bc1fff5fa8123704bcf2d93a2512759693090b853ee
|
|
| MD5 |
84749f4e55a9c1380b3172ba879944d0
|
|
| BLAKE2b-256 |
3807f9c33cd7bb419df7df167c8104469f885f8a65970aae2d82de86dacd1d0d
|