[PR #981] [MERGED] Hotfixes, part 2 #989

Closed
opened 2026-02-15 15:57:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/981
Author: @13xforever
Created: 3/25/2025
Status: Merged
Merged: 3/25/2025
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (6)

  • 9cf176b update "Check for updates" button on game info embed in spam channel
  • 48115ee config option to enable bulk command overwrite on restart
  • 3f934a2 bring back bot muting with emoji reaction
  • 298ee78 add warning issuer mention to the user message
  • 42fa758 use reply message when using message context menu for warning
  • ff37ba7 better handling of all unknown text commands

📊 Changes

12 files changed (+117 additions, -46 deletions)

View changed files

📝 CompatBot/Commands/Misc.cs (+4 -2)
📝 CompatBot/Commands/Processors/CommandErroredHandler.cs (+50 -6)
📝 CompatBot/Commands/Psn.Check.cs (+3 -6)
📝 CompatBot/Commands/Warnings.ContextMenus.cs (+4 -2)
📝 CompatBot/Commands/Warnings.cs (+2 -2)
📝 CompatBot/Config.cs (+4 -3)
📝 CompatBot/Database/Providers/ContentFilter.cs (+10 -6)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+10 -6)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+10 -6)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+3 -4)
📝 CompatBot/EventHandlers/Starbucks.cs (+16 -0)
📝 CompatBot/Program.cs (+1 -3)

📄 Description

  • Reply to original message when using warn context menu on a message
  • Restore bot muting with emoji reaction
  • Better handling of unknown text commands
  • Make Check for updates button on game info embed to work for everyone and change hint to work with slash commands by copy/paste
  • Add bot config to use bulk command overwrite on startup
  • Add mention of who warned the user in the user message

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/981 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 3/25/2025 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`9cf176b`](https://github.com/RPCS3/discord-bot/commit/9cf176b47e2504ad2ef96b8983dd5e217c86a75b) update "Check for updates" button on game info embed in spam channel - [`48115ee`](https://github.com/RPCS3/discord-bot/commit/48115ee77f3c5e7f8e5c044c3d5b0f6a11411cb4) config option to enable bulk command overwrite on restart - [`3f934a2`](https://github.com/RPCS3/discord-bot/commit/3f934a2e99659c6901f32c6d162b4297d7a18eff) bring back bot muting with emoji reaction - [`298ee78`](https://github.com/RPCS3/discord-bot/commit/298ee78f8439ac2cb51a107d4d9e31b8d2c6ac19) add warning issuer mention to the user message - [`42fa758`](https://github.com/RPCS3/discord-bot/commit/42fa75838aaef4cc88521fdc4eb585173dc3f638) use reply message when using message context menu for warning - [`ff37ba7`](https://github.com/RPCS3/discord-bot/commit/ff37ba74aa34c61b437be580db35c820df77d121) better handling of all unknown text commands ### 📊 Changes **12 files changed** (+117 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Misc.cs` (+4 -2) 📝 `CompatBot/Commands/Processors/CommandErroredHandler.cs` (+50 -6) 📝 `CompatBot/Commands/Psn.Check.cs` (+3 -6) 📝 `CompatBot/Commands/Warnings.ContextMenus.cs` (+4 -2) 📝 `CompatBot/Commands/Warnings.cs` (+2 -2) 📝 `CompatBot/Config.cs` (+4 -3) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+10 -6) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+10 -6) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+10 -6) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+3 -4) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+16 -0) 📝 `CompatBot/Program.cs` (+1 -3) </details> ### 📄 Description - Reply to original message when using warn context menu on a message - Restore bot muting with emoji reaction - Better handling of unknown text commands - Make `Check for updates` button on game info embed to work for everyone and change hint to work with slash commands by copy/paste - Add bot config to use bulk command overwrite on startup - Add mention of who warned the user in the user message --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:57:25 -05:00
yindo closed this issue 2026-02-15 15:57:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#989