From 8d31e697d1740a2ef3659bfa8dd770a77898660e Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 29 Jul 2017 17:57:02 -0400 Subject: Renaming abtoken to absettings --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3