Inline dclink guild, channel and role values
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user