diff --git a/config.js b/config.js index 4a3cf51..4313861 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,8 @@ module.exports = { + // Your bot token token: 'YOUR TOKEN GOES HERE', + // Get it in the oAuth page clientId: 'YOUR CLIENT ID GOES HERE', - guildId: 'YOUR GUILD GOES HERE' + // Guild/Server ID + guildId: 'YOUR GUILD GOES HERE' };