remove stray "R" from start of file

This commit is contained in:
Darien Rousseau 2023-12-21 22:48:57 -06:00 committed by GitHub
parent 23ac187231
commit bc406b28c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
Rconst config = require("./config.json"); const config = require("./config.json");
if (!config.debug) config.debug = false; if (!config.debug) config.debug = false;
const Discord = require("discord.js"); const Discord = require("discord.js");
const rest = new Discord.REST({ const rest = new Discord.REST({