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.8.tar.gz
(49.4 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.8-py3-none-any.whl
(112.5 kB
view details)
File details
Details for the file amisynth-0.3.8.tar.gz.
File metadata
- Download URL: amisynth-0.3.8.tar.gz
- Upload date:
- Size: 49.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40d128dbe072f95e25e4d2553a1ee8800db79a04f84c35821a5fcc60cb37c57a
|
|
| MD5 |
2cc05c24e6e4cb1c6c0837fcc4a03750
|
|
| BLAKE2b-256 |
2f10f24f62908f32c101257f942489b758dd2f2b4efc90d34cb5fe1a539f4994
|
File details
Details for the file amisynth-0.3.8-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.8-py3-none-any.whl
- Upload date:
- Size: 112.5 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 |
cee1987f1a98111b54f06c86f8b7d36582aa90dcb19f3d82dbad762937919524
|
|
| MD5 |
31105b55e040c311e88bc03a1ecefaf0
|
|
| BLAKE2b-256 |
cf07d673cdba6d6ef17443f4dd7ac78c5ba549e2879fe734c3d391ac92e9102c
|