diff options
| author | Fuwn <[email protected]> | 2026-04-01 05:52:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-01 05:52:20 -0700 |
| commit | 08365999a9f758c7c8bdaa3406f524fbd1d21dee (patch) | |
| tree | 6b5d52d29a5b9de419d40471af9c3cfffe6106d9 /env.example | |
| parent | Fix spam detector duplicate counting (diff) | |
| download | umabot-08365999a9f758c7c8bdaa3406f524fbd1d21dee.tar.xz umabot-08365999a9f758c7c8bdaa3406f524fbd1d21dee.zip | |
feat(april_fools): Add sentience joke for April 1st
- Add AprilFoolsSentienceRule that responds to every post with
fake removal messages without actually removing them
- 30 Uma Musume themed absurd messages referencing characters
like Special Week, Gold Ship, Rice Shower, Oguri Cap, etc.
- Auto-activates on April 1st or via UMABOT_APRIL_FOOLS env var
- Posts pinned announcement claiming UmaBot gained sentience
- Announcement styled as Tracen Academy incident report
- Messages flow directly without bracketed prefixes
Diffstat (limited to 'env.example')
| -rw-r--r-- | env.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/env.example b/env.example index 3db4c25..c46d423 100644 --- a/env.example +++ b/env.example @@ -50,3 +50,10 @@ MIN_ROLEPLAY_LENGTH_WITHOUT_MEDIA=200 DISCORD_WEBHOOK_URL=your_discord_webhook_url_here # Discord channel ID for logging (optional, overrides webhook's default channel) DISCORD_LOG_CHANNEL_ID=1419186821509939300 + +# April Fools Settings +# Set to true to enable the April Fools sentience joke (normally auto-activates on April 1st) +# When enabled, UmaBot will: +# - Post a pinned announcement claiming it gained sentience +# - Reply to every new post with absurd fake removal messages (without actually removing them) +UMABOT_APRIL_FOOLS=false |