secrets.toml.template 471 B

123456789101112131415161718192021222324252627282930313233
  1. imgur_client_id = "YOUR-CLIENT-ID"
  2. discord_token = "YOUR-DISCORD-TOKEN"
  3. [groupme_bots]
  4. your_chat = "BOT-TOKEN"
  5. [auths]
  6. global = [ ] # List of Global Admin User IDs
  7. [auths.group]
  8. your_chat = [ ] # Per-chat Admin User IDs
  9. [teamspeak]
  10. query = "your-teamspeak-query-url"
  11. [curse]
  12. banlist = {}
  13. [hangguy]
  14. alert_chat = ""
  15. [yell]
  16. endpoint = "your-yell-endpoint"
  17. [plex]
  18. host = "plex.tv"
  19. port = 32400
  20. [democracy]
  21. candidates = ["A", "B"]
  22. [text2img]
  23. api_key = "KEY"