Skip to content

Commit 3c040bf

Browse files
committed
Improved default config.yml
1 parent 0f91947 commit 3c040bf

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/main/resources/config.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
18
discord:
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.

0 commit comments

Comments
 (0)