git clone https://github.com/Cutespirit-Team/CutespiritDiscordBot
# install requirements
cd ./CutespiritDiscordBot/
pip install -r requirments.txt
# execute
cd ./src
python -m ctbot
Configuration Example bot.int
[bot]
# First run you need to change token to your bot token.
# you can create a bot from
# https://discord.com/developers/applications
token = MTa4MjS3ASI ....
owner = 196207520585351180
[command]
enable_slash = true
general_prefix = !
[slash]
# regist all slash command for specific guilds.
# accept list of guilds seprate by comma.
all = 875896592052420618,196207701661843456
# regist specific slash command for specific guilds.
# <class name without 'Slash' prefix>.<method> = <guild_ids>
example.ping = 866199579014987816,96230004047740928
# specific setting for guild
[guild_866199579014987816]
# only response message in specific channels (not work in slash commands)
responsible_channels = 866213047016882206,866977922929917972
Team Website
Team Facebook
Team Discord
Team Telegram
Cutespirit-SHOP
Cutespirit Discord Bot
Licence:© Cutespirit 2022 All right reversed 此程式除了「關於」頁面不可重製及發布之外,其餘頁面及功能可進行重製發布。