diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-21 04:44:49 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-21 04:44:49 +0000 |
| commit | 95917207f3ac60f9849dd2010d9a632b480d26db (patch) | |
| tree | 4c205a5a3c9e883d54411a0b50200854b0ab057e /bot.js | |
| parent | 6faab8d3e10049ab0d6f0592e10e66b0624e9161 (diff) | |
| download | PokeBot-95917207f3ac60f9849dd2010d9a632b480d26db.tar.gz PokeBot-95917207f3ac60f9849dd2010d9a632b480d26db.tar.bz2 PokeBot-95917207f3ac60f9849dd2010d9a632b480d26db.zip | |
WOOO HOOOO! WHOOOP WHOOOP! I GOT IT WORKING!
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ bot.aliases = new Discord.Collection(); bot.categories = new Discord.Collection(); bot.queue = new Discord.Collection(); bot.plugins = { - economy : require('./plugins/economy.js'), + //economy : require('./plugins/economy.js'), settings : require('./plugins/settings.js'), whitelist: require('./plugins/whitelist.js'), gyms : require('./plugins/gyms.js')}; |
