Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /*
  2.  
  3. {
  4. "name": "MaestroBOT",
  5. "description": "A Discord bot coded in Discord.JS, hosted using Heroku. Credit To DefinitlyNotJosh",
  6. "version": "1.0.0",
  7.  
  8. "adminID" : "492305309310779393",
  9. "passes" : 1,
  10.  
  11. "main" : "bot.js",
  12. "ms" : 1500,
  13. "prefix" : "oni",
  14. "roleToDisco" : ["Rainbow", ".."],
  15. "allowedUsers" : ["492218792546664458", "(optional) another user id goes here"],
  16. "scripts": {
  17. "start": "node bot.js"
  18. },
  19. "dependencies": {
  20. "discord.js": "11.1.0",
  21. "request": "2.81.0",
  22.  
  23. }
  24. }
  25.  
  26. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement