diff options
| author | Sin <[email protected]> | 2020-07-19 02:25:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 02:25:27 -0700 |
| commit | 5acbff70697057b58e8c0351bf6e6e24c5c6dca8 (patch) | |
| tree | 6fed77a7092de7951de4de23dbe9377ff95f10d6 | |
| parent | fix: change path 4 config.js (diff) | |
| download | water-waifu-5acbff70697057b58e8c0351bf6e6e24c5c6dca8.tar.xz water-waifu-5acbff70697057b58e8c0351bf6e6e24c5c6dca8.zip | |
| -rw-r--r-- | role.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 === '') |