CharmCord
1.0.0
ฟังก์ชั่นเพิ่มเติม
$addButton$addDropdown$dropdownOption$setGlobalUserVar$getGloablUserVar$interactionReplyฟังก์ชั่นที่ไม่ได้รับการคัดเลือก
$buttonSend$slashSend ติดตั้ง Charmcord ผ่าน PIP:
pip install CharmCordตัวอย่างบอทง่าย:
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>>***********" )การมีส่วนร่วมในการมีส่วนร่วมใน Charmcord ได้รับการต้อนรับและสนับสนุน! หากคุณต้องการมีส่วนร่วมโปรดปฏิบัติตามแนวทางเหล่านี้:
การเข้ารหัสมีความสุข!