Descripción de mi paquete
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.1.4.tar.gz
(22.9 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.1.4-py3-none-any.whl
(50.5 kB
view details)
File details
Details for the file amisynth-0.1.4.tar.gz.
File metadata
- Download URL: amisynth-0.1.4.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4994948db76bd41ca1a6261c4a5ffc5a6a1c06eeb7b64eb363a3dd4d495f5338
|
|
| MD5 |
4b3b84aa99253619abc93ed33b22d592
|
|
| BLAKE2b-256 |
26d8874a4e9c07e0e2bb39ae5422c1b2166c0e619d547ba91b30d94b74d1e94e
|
File details
Details for the file amisynth-0.1.4-py3-none-any.whl.
File metadata
- Download URL: amisynth-0.1.4-py3-none-any.whl
- Upload date:
- Size: 50.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 |
489862fa926a61ab66bf44ead1284823faa59193f5297f82328715952abd4cf6
|
|
| MD5 |
fa87bb4a8e3028abb026f605921b8a70
|
|
| BLAKE2b-256 |
6f53fc69ef6c0fac95dde02f4f9bcebcaf225619772c3365687093469f6f0eb5
|