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.5.tar.gz
(43.3 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.5-py3-none-any.whl
(99.9 kB
view details)
File details
Details for the file amisynth-0.3.5.tar.gz.
File metadata
- Download URL: amisynth-0.3.5.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cd8f73d1e9f4e5af72dcc7ce964c66de967bcd66d445c79a2871536a7eeb64c
|
|
| MD5 |
8e561ef88e4c658d5d75cc7a4f604af0
|
|
| BLAKE2b-256 |
b4ca31de4fb94c744563aae9fc6a63fef4ec2bdd984498a26afd5a61095a81cd
|
File details
Details for the file amisynth-0.3.5-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.3.5-py3-none-any.whl
- Upload date:
- Size: 99.9 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 |
08cf480c976618b04e913119d6b6f45897d611f0fd39af5468e4cb0401baec8c
|
|
| MD5 |
863fec8f53d1e8adf4a4fef889c9f1f3
|
|
| BLAKE2b-256 |
a50c27a4d10630a65905951df85330a5038a2b87366c6be91cca8f7c07e8fa43
|