From ba89e901cac25b98783a144d05f09c9263eb5855 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Sat, 6 Apr 2024 16:42:29 -0300 Subject: [PATCH] Edit .gitignore. --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' };