mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
Add markov, emojiboard, achievements, miniflux plugins and adventure catch-up fix
New plugins: encrypted Markov chain generation (9 commands), emojiboard reaction stats (5 views), Miniflux RSS feed integration (8 commands), and 48 new achievements across 9 categories. Adventure startup now unconditionally resets daily actions and respawns expired deaths to handle missed resets from SQLite contention. README updated with all new features. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -112,6 +112,13 @@ MOD_NEW_MEMBER_FLOOD_MULTIPLIER=0.5
|
||||
MOD_ADMIN_ROOM= # dedicated admin room for mod notifications
|
||||
MOD_DM_ON_ACTION=true # DM users when action is taken
|
||||
|
||||
# ---- Miniflux RSS ----
|
||||
MINIFLUX_URL= # Miniflux instance URL (e.g. https://rss.example.com)
|
||||
MINIFLUX_API_KEY= # Miniflux API key
|
||||
MINIFLUX_POLL_INTERVAL=15 # minutes between polls (default 15)
|
||||
MINIFLUX_DEFAULT_ROOM= # default room for feed posts (falls back to BROADCAST_ROOMS)
|
||||
MINIFLUX_MAX_PER_POLL=5 # max entries per feed per poll (default 5)
|
||||
|
||||
# ---- Rate Limits (per user per day) ----
|
||||
RATELIMIT_WEATHER=5
|
||||
RATELIMIT_TRANSLATE=20
|
||||
|
||||
Reference in New Issue
Block a user