secrets.toml.template 234 B

12345678910111213
  1. api_key = "YOUR-API-KEY"
  2. [auths]
  3. global = [ ] # List of Global Admin User IDs
  4. [auths.group]
  5. your_chat = [ ] # Per-chat Admin User IDs
  6. [bots]
  7. your_chat = "BOT-TOKEN"
  8. [teamspeak]
  9. pass = "your-teamspeak-serveradmin-password"