-
-
Notifications
You must be signed in to change notification settings - Fork 29
Configuration
techy edited this page Dec 23, 2022
·
8 revisions
{
"botToken":"DISCORD-BOT-TOKEN",
"clientId":"DISCORD-BOT-ID",
"geniusApiKey":"GENIUS-API-KEY",
"embedColour":"#2F3136",
"enableAnalytics":true,
"stopEmoji":"⏹",
"skipEmoji":"⏭",
"queueEmoji":"📜",
"pauseEmoji":"⏯",
"lyricEmoji":"📜",
"backEmoji":"⏮"
}
- botToken - The login token for your bot. This can be found on the Discord Developer Portal.
- clientId - The client ID for your bot. This can be found by inviting your bot to a server, enabling developer mode on Discord (User Settings > Advanced > Developer Mode), and right clicking on the bot in the server member list.
- geniusApiKey - Your Genius API key. This is used for finding lyrics to songs and can be created here. The key you require is the client access token.
- embedColour - The colour that will be used for all of the Discord embeds.
- stopEmoji - The emoji that will be used for the stop button on certain embeds.
- skipEmoji - The emoji that will be used for the skip button on certain embeds.
- queueEmoji - The emoji that will be used for the queue button on certain embeds.
- pauseEmoji - The emoji that will be used for the pause button on certain embeds.
- lyricEmoji - The emoji that will be used for the lyrics button on certain embeds.
- backEmoji - The emoji that will be used for the back button on certain embeds.
Thank you for supporting Melody ❤️