1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 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"
- [rollcoin]
- beg_chance = 100
- force_initial = []
- [rollcoin.cooldown]
- seconds = 5
- [rollcoin.initial]
- [rollcoin.wallets]
- [rollcoin.mining]
- neutral=10
- [[rollcoin.market.state.buy]]
- weight=1
- message=""
- new_state="state"
- multiplier=1
- [[rollcoin.market.state.sell]]
- weight=1
- message=""
- new_state="state"
- multiplier=1
|