diff options
Diffstat (limited to 'tests.js')
| -rw-r--r-- | tests.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests.js b/tests.js new file mode 100644 index 0000000..e8a9837 --- /dev/null +++ b/tests.js @@ -0,0 +1,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."); |