diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-10 22:54:50 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-10 22:54:50 -0400 |
| commit | 45db638e1113b8ca583a9087993230ed07e9a2e0 (patch) | |
| tree | 960b3c8bfa8ed0a8622ce6c1e2f72be32e7cd2f7 /bot.js | |
| parent | 4abdbab1746a043ee3ac64286a27b2ee693b64f8 (diff) | |
| download | PokeBot-45db638e1113b8ca583a9087993230ed07e9a2e0.tar.gz PokeBot-45db638e1113b8ca583a9087993230ed07e9a2e0.tar.bz2 PokeBot-45db638e1113b8ca583a9087993230ed07e9a2e0.zip | |
testing my luck
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ bot.commands = new Discord.Collection(); bot.aliases = new Discord.Collection(); bot.categories = new Discord.Collection(); bot.queue = new Discord.Collection(); -bot.plugins = { music : require('./Plugins/Music.js') , economy : require('./Plugins/Economy.js')}; +bot.plugins = { music : require('./Plugins/Music.js') , economy : require('./Plugins/Economy.js'), settings : require('./Plugins/settings.js')}; cmdLoader(); async function cmdLoader() { |
