aboutsummaryrefslogtreecommitdiff
path: root/tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests.js')
-rw-r--r--tests.js6
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.");