aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 7146ebb..3cc62bb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -10,7 +10,7 @@
* *************************************/
const Discord = require('discord.js');
const client = new Discord.Client();
-const config = require('./abtoken.json');
+const config = require('./absettings.json');
const prefix = "ab:";
var ver = "1.0.6";