aboutsummaryrefslogtreecommitdiff
path: root/role.js
diff options
context:
space:
mode:
authorSin <[email protected]>2020-07-19 02:25:27 -0700
committerGitHub <[email protected]>2020-07-19 02:25:27 -0700
commit5acbff70697057b58e8c0351bf6e6e24c5c6dca8 (patch)
tree6fed77a7092de7951de4de23dbe9377ff95f10d6 /role.js
parentfix: change path 4 config.js (diff)
downloadwater-waifu-master.tar.xz
water-waifu-master.zip
revert: last commitHEADmaster
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 === '')