diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-05-04 21:13:59 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-05-04 21:13:59 -0400 |
| commit | 6e0b29df62902aa047015a00898915149e8ceda2 (patch) | |
| tree | a645f6f0acaa5731d85e838f4cb5476d7bfa98a9 /bot.js | |
| parent | 7725599e09f3cbeae71024c756718f8be8ab1e9b (diff) | |
| download | PokeBot-6e0b29df62902aa047015a00898915149e8ceda2.tar.gz PokeBot-6e0b29df62902aa047015a00898915149e8ceda2.tar.bz2 PokeBot-6e0b29df62902aa047015a00898915149e8ceda2.zip | |
mores stuff
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')}; |
