discord-bot/config.sample.json

13 lines
242 B
JSON

{
"token": "BOT_TOKEN_HERE",
"guildID": GUILD_ID_HERE,
"roleChannelID": CHANNEL_ID_HERE,
"roles": {
"SAMPLE_ROLE": {
"id": ROLE_ID_HERE,
"emojiID": EMOJI_ID_HERE,
"name": "Text to show in the button"
}
}
}