[PR #778] [MERGED] Maintenance #831

Closed
opened 2026-02-15 15:56:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/778
Author: @13xforever
Created: 6/5/2021
Status: Merged
Merged: 6/5/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (5)

  • ab99cdf update buttons on unknown command
  • af1c4c3 allow libvdec lle override
  • 06bae38 use proper command names in bot suggestions instead of aliases
  • f4644b2 tweak command correction threshold for typos
  • 3c93ea5 in spam channels add button to replace regular product code result with updates

📊 Changes

7 files changed (+113 additions, -37 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+15 -15)
📝 CompatBot/Commands/Misc.cs (+1 -1)
CompatBot/EventHandlers/GlobalButtonHandler.cs (+54 -0)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+13 -8)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+7 -7)
📝 CompatBot/Program.cs (+3 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+20 -5)

📄 Description

No description provided


🔄 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/778 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 6/5/2021 **Status:** ✅ Merged **Merged:** 6/5/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`ab99cdf`](https://github.com/RPCS3/discord-bot/commit/ab99cdfd37865b413e7bde8f68e2280dfde978f7) update buttons on unknown command - [`af1c4c3`](https://github.com/RPCS3/discord-bot/commit/af1c4c37b2a570bbdfde9e10c2a282731669286f) allow libvdec lle override - [`06bae38`](https://github.com/RPCS3/discord-bot/commit/06bae3819e02d75bc34c61cd3c26842fe23bc96b) use proper command names in bot suggestions instead of aliases - [`f4644b2`](https://github.com/RPCS3/discord-bot/commit/f4644b2347afda541ed2d56cfe285ce1bc1ef312) tweak command correction threshold for typos - [`3c93ea5`](https://github.com/RPCS3/discord-bot/commit/3c93ea595e8a8b9bde5379a862d103b18e2f6fdc) in spam channels add button to replace regular product code result with updates ### 📊 Changes **7 files changed** (+113 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+15 -15) 📝 `CompatBot/Commands/Misc.cs` (+1 -1) ➕ `CompatBot/EventHandlers/GlobalButtonHandler.cs` (+54 -0) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+13 -8) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+7 -7) 📝 `CompatBot/Program.cs` (+3 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+20 -5) </details> ### 📄 Description _No description provided_ --- <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:56:59 -05:00
yindo closed this issue 2026-02-15 15:56:59 -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#831