Advertisement
ThatAwkwardKid

Untitled

Oct 2nd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. {
  2. "_description": "The bot token from https://discordapp.com/developers/",
  3. "token": "NDk2ODIxNTY1OTI1NzUyODMz.DpWM-g.AjXafZXeB-XaycdtrVvODDuurzY",
  4.  
  5. "_description": "Prefix for discord commands.",
  6. "prefix": "+",
  7.  
  8. "_description": "Port to listen on.",
  9. "listeningPort": 7100,
  10.  
  11. "_description": "Channel to post generic plugin messages in. Also the channel to listen for Discord commands in.",
  12. "defaultChannel": "496415102204117014",
  13.  
  14. "_description": "Log more messages to the console, useful for debugging",
  15. "verbose": true,
  16.  
  17. "_description": "Message cooldown, number of milliseconds to wait between sending messages. Use this if your server sends too many messages for the bot to keep up. (Bot will get delayed if it hits more than 5 messages per 5 seconds)",
  18. "cooldown": 1000,
  19.  
  20. "_description": "Only members with the appropriate permissions can use commands, for instance needing the discord ban permission for the ban command. Otherwise everyone with write access to the channel can use all commands.",
  21. "requirepermission": true
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement