remove stray "R" from start of file
This commit is contained in:
parent
23ac187231
commit
bc406b28c3
2
index.js
2
index.js
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue