diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-21 04:53:18 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-21 04:53:18 +0000 |
| commit | b6d9e3305107c221741108a8de7559c9d7f59f14 (patch) | |
| tree | 695881f957dd9071f73c48ad6614499151b02b0a /bot.js | |
| parent | 95917207f3ac60f9849dd2010d9a632b480d26db (diff) | |
| download | PokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.tar.gz PokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.tar.bz2 PokeBot-b6d9e3305107c221741108a8de7559c9d7f59f14.zip | |
Got economy back + removed outdated help
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')}; |
