From 5acbff70697057b58e8c0351bf6e6e24c5c6dca8 Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Sun, 19 Jul 2020 02:25:27 -0700 Subject: revert: last commit --- role.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 === '') -- cgit v1.2.3