Inline dclink guild, channel and role values

This commit is contained in:
2026-01-15 20:24:05 +00:00
parent 6e7aecd35b
commit 8a214c9610
3 changed files with 4 additions and 20 deletions

View File

@@ -4,11 +4,11 @@ database {
}
discord {
# Guild ID of the Guild where the bot will run
guild="${CFG_DCLINK_GUILD}"
guild="1204371192727867393"
# Channel ID of the channel where the bot will send the message with the button to link their account
link-channel="${CFG_DCLINK_CHANNEL}"
link-channel="1206721349087793192"
# Role ID of the role that the bot will give to the linked players (If left blank, the bot will not give any roles)
link-role="${CFG_DCLINK_ROLE}"
link-role="1206721407568969729"
# Message to show on the bot's status
status-message=Minecraft
# Bot Token (see https://discord.com/developers/applications)