CharmCord
1.0.0
Ajouts de fonction
$addButton$addDropdown$dropdownOption$setGlobalUserVar$getGloablUserVar$interactionReplyFonctions obsolètes
$buttonSend$slashSend Installez Charmcord via PIP:
pip install CharmCordExemple 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>>***********" )Les contributions contributives à Charmcord sont les bienvenues et encouragées! Si vous souhaitez contribuer, veuillez suivre ces directives:
Codage heureux!