CharmCord
1.0.0
기능 추가
$addButton$addDropdown$dropdownOption$setGlobalUserVar$getGloablUserVar$interactionReply더 이상 사용되지 않은 기능
$buttonSend$slashSend PIP를 통해 Charmcord를 설치하십시오.
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에 대한 기여를 환영하고 격려합니다! 기여하고 싶다면 다음과 같은 지침을 따르십시오.
행복한 코딩!