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.3.tar.gz
(29.2 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.3-py3-none-any.whl
(66.3 kB
view details)
File details
Details for the file amisynth-0.2.3.tar.gz.
File metadata
- Download URL: amisynth-0.2.3.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40203cea3b3324db851fed1799d771643c3e57b098c3c7604775a36dda16a1bd
|
|
| MD5 |
741e60552bd34b7991e87e1ab707a5a3
|
|
| BLAKE2b-256 |
20e7b321c46911b11ee58ac58dd2467da698732d979dd0004e39a472ba278b4a
|
File details
Details for the file amisynth-0.2.3-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.2.3-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 |
b2951eb8afc28f040cdb8086c1639c5eb30bcb131189fa0fb8941fa2347d636b
|
|
| MD5 |
5d3bc5671d492c8f87279df5a1a33033
|
|
| BLAKE2b-256 |
3c3972cef6eaa4bf6cb28208ac8fa30663ab6bfa4ef214fc60cdeb58d91b36f4
|