Fix resilient Discord event logging#153
Draft
itay123458 wants to merge 279 commits into
Draft
Conversation
Lists all servers the bot is in with member counts and IDs, sorted by size. Restricted to OWNER_IDS; returns an ephemeral error for anyone else. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Clicking the 🚪 button opens a modal to enter a server ID. On submit the bot leaves that guild and confirms with the server name and member count. Owner-only at both button and modal level. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…d Unexpected Error Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
play-dl fails with Invalid URL on YouTube streams due to API changes. yt-dlp is actively maintained and handles YouTube bot detection properly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ode runtime Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
/music now searches YouTube and returns up to 5 results with clickable links, duration, and channel info. Removes the voice player system which had unresolvable UDP connectivity issues in Docker. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /gorilla setup: creates a read-only #🦍・server-status channel that auto-edits every 5 minutes with live server status and Steam player count - /gorilla status: manual on-demand status check - /gorilla cosmetics: searchable browser of 35+ cosmetics by name/category - /gorilla rooms add/remove/list: track up to 10 room codes; each update shows live player counts per room using the PlayFab community API - Alerts in the status channel when server status degrades Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PlayFab blocks anonymous authentication (403 NotAuthorizedByTitle), making room count lookups impossible without a real in-game session. Removed the /gorilla rooms subcommand and PlayFab code entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- /gorilla patchnotes [count] — fetch latest 1-5 GT updates from Steam - Auto-posts new patch notes to the gorilla status channel whenever a new update is detected (checks every 30 minutes) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GT updates every ~27 days, checking every 30 minutes was wasteful. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…feature" This reverts commit 1337a0f.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- New slash command /managerole add/remove: assign or strip any role from any member, restricted to bot owner only via OWNER_IDS check - Added >roleadd and >roleremove prefix commands (owner-only) alongside existing >role toggle - Updated >help to show Owner Only section with the new prefix commands - Updated /help Moderation category description to mention role assignment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
|
If you intended to make these changes to your own bot then you need to push these changes to your forked repo, not the public one. |
KitsuneKarama
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Logging was fragmented and several Discord events were not registered. Missing or inaccessible channels could silently prevent logs, while legacy configuration could incorrectly disable the logging service.
Impact
Commands continue to load and execute independently of logging failures. Server owners receive broader audit coverage once the configured logs channel is accessible.
Validation
ECONNREFUSED); this change adds no migrations