diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-29 17:57:02 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-29 17:57:02 -0400 |
| commit | 8d31e697d1740a2ef3659bfa8dd770a77898660e (patch) | |
| tree | c01b1cfa08d97e39ed7d380cc4a84d79f2652839 | |
| parent | 4efff05deb253836fbe25d500a817208508ccfd0 (diff) | |
| download | AleeBot-8d31e697d1740a2ef3659bfa8dd770a77898660e.tar.gz AleeBot-8d31e697d1740a2ef3659bfa8dd770a77898660e.tar.bz2 AleeBot-8d31e697d1740a2ef3659bfa8dd770a77898660e.zip | |
Renaming abtoken to absettings
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
