CharmCord
1.0.0
Adiciones de funciones
$addButton$addDropdown$dropdownOption$setGlobalUserVar$getGloablUserVar$interactionReplyFunciones en desacuerdo
$buttonSend$slashSend Instale Charmcord a través de PIP:
pip install CharmCordEjemplo de bot simple:
from CharmCord import charmclient
bot = charmclient ( prefix = "!" , case_insensitive = False , intents = ( "all" ,))
bot . on_ready (
Code = "$console[Bot is Ready]"
)
bot . command (
name = "Ping" , # Command Name
code = """
$sendMessage[$channelID; Pong!! $ping]
""" # Command Code
)
bot . run ( "*******<<TOKEN>>***********" )¡Las contribuciones contribuyentes a Charmcord son bienvenidas y alentadas! Si desea contribuir, siga estas pautas:
¡Feliz codificación!