Advertisement
Djbrown

Spicord config

Dec 1st, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # +--------------------------------------------------+
  2. # | Project: Spicord |
  3. # | GitHub: https://github.com/OopsieWoopsie/Spicord |
  4. # +--------------------------------------------------+
  5.  
  6. config_version = 0
  7.  
  8. [[bots]]
  9. name = "HytaBot"
  10. enabled = true
  11. token = "{bot_token}"
  12. command_support = true
  13. command_prefix = "-"
  14. addons = [ "spicord::info", "spicord::plugins", "spicord::players", "ban_announcer" ]
  15.  
  16. [jda_messages]
  17. enabled = true
  18. debug = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement