CharmCord
1.0.0
Function Additions
$addButton$addDropdown$dropdownOption$setGlobalUserVar$getGloablUserVar$interactionReplyDeprecated Functions
$buttonSend$slashSendInstall CharmCord via pip:
pip install CharmCordSimple Bot Example:
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>>***********")Contributing Contributions to CharmCord are welcomed and encouraged! If you'd like to contribute, please follow these guidelines:
Happy coding!