From 08365999a9f758c7c8bdaa3406f524fbd1d21dee Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 1 Apr 2026 05:52:20 -0700 Subject: 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 --- env.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'env.example') 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 -- cgit v1.2.3