Guest User

Untitled

a guest
Jan 8th, 2021
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # +--------------------------------------------------+
  2. # | Project: Spicord |
  3. # | GitHub: https://github.com/OopsieWoopsie/Spicord |
  4. # +--------------------------------------------------+
  5.  
  6. # Configuration version, don't change this.
  7. config_version = 1
  8.  
  9.  
  10. # Leave it empty or delete the line to disable the footer
  11. # or replace the text with whatever you want!
  12. integrated_addon_footer = "Powered by Spicord v{version}"
  13.  
  14.  
  15. [[bots]]
  16. name = "bans"
  17. enabled = true
  18. token = "My bot's token"
  19. command_support = true
  20. command_prefix = "-"
  21. addons = [
  22. "spicord::info",
  23. "spicord::plugins",
  24. "spicord::players"
  25. "ban_announcer"
  26. ]
  27. #[[bots]]
  28. # name = "another-bot"
  29. # enabled = false
  30. # token = "YOUR BOT TOKEN HERE"
  31. # command_support = true
  32. # command_prefix = "!"
  33. # addons = []
  34.  
  35.  
  36. [jda_messages]
  37. enabled = true
  38. debug = false
  39.  
Advertisement
Add Comment
Please, Sign In to add comment