From bc406b28c3e20dc695e3b8d186fb70bf5598da80 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:48:57 -0600 Subject: [PATCH] remove stray "R" from start of file --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({