diff options
| author | Sin <[email protected]> | 2020-07-19 02:14:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 02:14:24 -0700 |
| commit | cfa83f405a642c965f925c3ed8d8b0d54c011a25 (patch) | |
| tree | 2e584ed781c411f21a9c00602a7b5c19ff9b52cf | |
| parent | :star: (diff) | |
| download | water-waifu-cfa83f405a642c965f925c3ed8d8b0d54c011a25.tar.xz water-waifu-cfa83f405a642c965f925c3ed8d8b0d54c011a25.zip | |
there is no nead for tests actually
| -rw-r--r-- | tests.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests.js b/tests.js deleted file mode 100644 index e8a9837..0000000 --- a/tests.js +++ /dev/null @@ -1,6 +0,0 @@ -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."); |