File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # ============================================
2+ # UtilsManager - Discord Configuration
3+ # ============================================
4+ # Configure your Discord bot connection and channels here.
5+ # The bot token must be from your Discord Developer Portal.
6+ # ============================================
7+
18discord :
2- token : " Token of your discord bot"
3- serverStatusChannelID : " Id of the discord channel to broadcast server status"
4- playerStatusChannelID : " Id of the discord channel to broadcast player events"
5- punishmentsChannelID : " Id of the discord channel to broadcast player punishments "
9+ token : " YOUR_BOT_TOKEN_HERE " # Discord bot token
10+ serverStatusChannelID : " 123456789012345678 " # Channel ID for server status messages
11+ playerStatusChannelID : " 123456789012345678 " # Channel ID for player join/quit events
12+ punishmentsChannelID : " 123456789012345678 " # Channel ID for bans, mutes, etc.
You can’t perform that action at this time.
0 commit comments