diff options
| author | 8cy <[email protected]> | 2020-07-19 02:10:00 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-19 02:10:00 -0700 |
| commit | 4014ac46b4e5e515f133ca2c04859824cd43738c (patch) | |
| tree | 5842824afd615f70e8a4959704f9cf3492fa54f2 /tests.js | |
| download | water-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.tar.xz water-waifu-4014ac46b4e5e515f133ca2c04859824cd43738c.zip | |
:star:
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."); |