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.9.tar.gz
(49.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.9-py3-none-any.whl
(113.0 kB
view details)
File details
Details for the file amisynth-0.3.9.tar.gz.
File metadata
- Download URL: amisynth-0.3.9.tar.gz
- Upload date:
- Size: 49.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 |
84d229715cf3f954c1ca9bef5df41781c5f6f53b91c496e6a963db9cab0e7701
|
|
| MD5 |
134e5558794e73aaf72794c9a402c742
|
|
| BLAKE2b-256 |
5b2ea0868c480cd9cdb67ffbf1e557a2afdb80021458ede01f75e649f8deb640
|
File details
Details for the file amisynth-0.3.9-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.9-py3-none-any.whl
- Upload date:
- Size: 113.0 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 |
40b0138f19ad97aa75bbdb7ad1baa2a2c5f89c5d473b4d80b941933adf71cea0
|
|
| MD5 |
c9380fd9c04a8b2030b9c4f21348acac
|
|
| BLAKE2b-256 |
b3fb73c13553ea6e052a575bd31b73ec4312aae5b5d9b28b17b9e083cbd04b51
|