diff --git a/index.js b/index.js index 658d6be..99c74f2 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -Rconst config = require("./config.json"); +const config = require("./config.json"); if (!config.debug) config.debug = false; const Discord = require("discord.js"); const rest = new Discord.REST({