aboutsummaryrefslogtreecommitdiff
path: root/role.js
diff options
context:
space:
mode:
Diffstat (limited to 'role.js')
-rw-r--r--role.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/role.js b/role.js
index 3facb05..5ca2885 100644
--- a/role.js
+++ b/role.js
@@ -1,6 +1,6 @@
// Import constructors, configuration and login the client
const { Client, RichEmbed, Emoji, MessageReaction } = require('discord.js');
-const CONFIG = require('./config.js');
+const CONFIG = require('./config');
const client = new Client({ disableEveryone: true });
if (CONFIG.botToken === '')