.env-example 633 B

1234567891011121314151617
  1. # === Required ===
  2. # Your target guild (server) ID; use the guild where you run role selection
  3. GUILD_ID=123456789012345678
  4. # === Optional (recommended) ===
  5. # Channel to auto-post the role selection UI on startup; if not set, use /rolepanel command instead
  6. ROLE_PANEL_CHANNEL_ID=
  7. # Default inactivity timeout in days for users: if no events from a user within this many days,
  8. # all SELECTABLE roles are removed from them. Can be changed at runtime by slash command.
  9. INACTIVITY_DAYS_DEFAULT=14
  10. # Path for the SQLite DB file (inside container).
  11. DATABASE_PATH=/app/data/bot.db
  12. # Log level: DEBUG, INFO, WARNING, ERROR
  13. LOG_LEVEL=INFO