blob: e8a983794ea64bb6f3348cb19017cee015d47ad0 (
plain) (
blame)
1
2
3
4
5
6
|
const CONFIG = require('./config.example');
if (CONFIG.botToken !== '')
throw new Error("Please remove the Discord bot token from 'botToken' in the config.js file.");
if (CONFIG.yourID !== '')
throw new Error("Please remove the user ID from 'yourID' in the config.js file.");
|