secrets.toml.template 850 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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"
  24. [rollcoin]
  25. beg_chance = 100
  26. force_initial = []
  27. [rollcoin.cooldown]
  28. seconds = 5
  29. [rollcoin.initial]
  30. [rollcoin.wallets]
  31. [rollcoin.mining]
  32. neutral=10
  33. [[rollcoin.market.state.buy]]
  34. weight=1
  35. message=""
  36. new_state="state"
  37. multiplier=1
  38. [[rollcoin.market.state.sell]]
  39. weight=1
  40. message=""
  41. new_state="state"
  42. multiplier=1