Skip to main content

Descripción de mi paquete

Project description

Amisynth

Amisynth es un paquete para integrar funciones personalizadas en Discord.

PyPI Python Docs

Instalación

Para instalar este paquete, usa pip:

pip install Amisynth

Codigo Basico

from Amysinth.client import AmiClient

bot = AmiClient(prefix="!")

bot.new_commands(name="test",
                 type="text",
                 code="Hi everyone!")

bot.run("""TOKEN BOT""")

Codigo con Cogs

AmiClient(prefix="!", cogs="carpeta de cogs")

Eventos

from Amysinth.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


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.0.4.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Amisynth-0.0.4-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file Amisynth-0.0.4.tar.gz.

File metadata

  • Download URL: Amisynth-0.0.4.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for Amisynth-0.0.4.tar.gz
Algorithm Hash digest
SHA256 d1cc1c0b588bf7de508239458c960888a906dbc562bcfb66c1d0dde1f1afe2e3
MD5 8623b8daef6be9e153d1655e4b0098ac
BLAKE2b-256 d9533cfd9489c5d2feb7e001004675fc2492e97708b371b6e9e020a442441a70

See more details on using hashes here.

File details

Details for the file Amisynth-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: Amisynth-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for Amisynth-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6c14251c7e09e328d16462812ec247c5c91a86ce1ed75e9cc89155fb02e40914
MD5 cdc57f5d096b1dd3a9d6456432dedb4c
BLAKE2b-256 8f3a1157c9bdfd9f9c1d03d4fd0a3f3c250638d3cab1568074a3a81155222138

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page