Guest User

Discord Bot Code Issue

a guest
Jun 7th, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Index Code:
  2. const commando = require('discord.js-commando');
  3. const bot = new commando.Client();
  4.  
  5. bot.registry.registerGroup('random', 'Random');
  6. bot.registry.registerDefaults();
  7. bot.registry.registerCommandsIn(__dirname + "/commands")
  8.  
  9. bot.login('MzIxODg4Mjk5NzEzMTY3MzYw.DBkn4w.FWqzOivi0Hw0pShceMcNCVj
  10.  
  11. Dice Roll Code:
  12.  
  13. const commando = require('discord.js-commando');
  14. const bot = new commando.Client();
  15.  
  16. bot.registry.registerGroup('random', 'Random');
  17. bot.registry.registerDefaults();
  18. bot.registry.registerCommandsIn(__dirname + "/commands")
  19.  
  20. bot.login('MzIxODg4Mjk5NzEzMTY3MzYw.DBkn4w.FWqzOivi0Hw0pShceMcNCVj
Advertisement
Add Comment
Please, Sign In to add comment