123456789101112131415161718192021222324252627282930313233 |
- imgur_client_id = "YOUR-CLIENT-ID"
- discord_token = "YOUR-DISCORD-TOKEN"
- [groupme_bots]
- your_chat = "BOT-TOKEN"
- [auths]
- global = [ ] # List of Global Admin User IDs
- [auths.group]
- your_chat = [ ] # Per-chat Admin User IDs
- [teamspeak]
- query = "your-teamspeak-query-url"
- [curse]
- banlist = {}
- [hangguy]
- alert_chat = ""
- [yell]
- endpoint = "your-yell-endpoint"
- [plex]
- host = "plex.tv"
- port = 32400
- [democracy]
- candidates = ["A", "B"]
- [text2img]
- api_key = "KEY"
|