Skip to main content

Uma biblioteca mais simples para a criação de comandos no Discord.py

Project description

Welcome!!

(PT:BR) - Uma biblioteca para criar comando para o Discord.py muito mais simples!! (ENG) - A library to create a much simpler command for Discord.py!!

Usage example

import discord
import simplecmd_discordpy as scmd # Importando o simplecmd

scmd.config.set(logs=True, prefix="!") # Setando as configurações sobre os comandos
intents = discord.Intents.default()
client = discord.Client(intents=intents)

@client.event
async def on_message(message):
    if massage.author.id == client.user.id:
        return
    # Como criar o comando >>
    if await scmd.command(message, "ping"):
        await message.channel.send("Pong🏓", reference=message)
        

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

simplecmd_discordpy-1.0.5.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

simplecmd_discordpy-1.0.5-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file simplecmd_discordpy-1.0.5.tar.gz.

File metadata

  • Download URL: simplecmd_discordpy-1.0.5.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.0 CPython/3.12.7

File hashes

Hashes for simplecmd_discordpy-1.0.5.tar.gz
Algorithm Hash digest
SHA256 5cc1e73c99103c7ac987f33d5abf56d371aff0377462b7eff9d3160f403dac02
MD5 778564ac74b3f08217e567be48d288dd
BLAKE2b-256 6efc3333d36ebeb19621e2824142a142a6a6f2d97aacd9e85d8b9eeec50117e6

See more details on using hashes here.

File details

Details for the file simplecmd_discordpy-1.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for simplecmd_discordpy-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a30957b8e4e8291f63e2b84a32db135a13ac77a1c5f14d2f1a54c76496394aaa
MD5 617b9f045cdfa98214c7cd3a63ec94fe
BLAKE2b-256 8751167042ecb53397284fc43d2b7a8636efabff1390498c2a83a8dd0bbbe6e2

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