[PR #576] [MERGED] Maintenance update #644

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/576
Author: @13xforever
Created: 4/13/2020
Status: Merged
Merged: 4/13/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

📊 Changes

11 files changed (+107 additions, -29 deletions)

View changed files

📝 CompatBot/Commands/BaseCommandModuleCustom.cs (+20 -14)
📝 CompatBot/Commands/CompatList.cs (+13 -6)
📝 CompatBot/Commands/Vision.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+8 -5)
📝 CompatBot/Config.cs (+28 -0)
📝 CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs (+3 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+18 -0)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+1 -1)
📝 CompatBot/Program.cs (+3 -0)
📝 CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs (+1 -1)
📝 CompatBot/Utils/ProductCodeDecoder.cs (+11 -0)

📄 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/576 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/13/2020 **Status:** ✅ Merged **Merged:** 4/13/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`47309bf`](https://github.com/RPCS3/discord-bot/commit/47309bfcce1ed43af887682ce3f2d5c94ae188f5) fix !latest - [`fe89a48`](https://github.com/RPCS3/discord-bot/commit/fe89a48f26d68dc3af3b6dc18e8052b9163699af) open !describe for everyone - [`cd6bec1`](https://github.com/RPCS3/discord-bot/commit/cd6bec1cdb55224028c64cac96dacda9527f481b) update product code information - [`f9bd311`](https://github.com/RPCS3/discord-bot/commit/f9bd3111cc987a477d6243d95c4a039d47a11213) add basic telemetry - [`f6fe4a2`](https://github.com/RPCS3/discord-bot/commit/f6fe4a2c51414a4ed43c10878131a3aa1930fd59) update dependencies - [`165aba3`](https://github.com/RPCS3/discord-bot/commit/165aba30befb33c1e71a98eeefc4e9bd92ac5c55) new mega link format support - [`3111b9d`](https://github.com/RPCS3/discord-bot/commit/3111b9d9317ca900083813195cd4d093a7fc35d5) fix missed builds check - [`8336f5f`](https://github.com/RPCS3/discord-bot/commit/8336f5f077d77139d9bd57b082ff1ae7673ef721) new command to force missed builds re-check ### 📊 Changes **11 files changed** (+107 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/BaseCommandModuleCustom.cs` (+20 -14) 📝 `CompatBot/Commands/CompatList.cs` (+13 -6) 📝 `CompatBot/Commands/Vision.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+8 -5) 📝 `CompatBot/Config.cs` (+28 -0) 📝 `CompatBot/EventHandlers/LogParsing/SourceHandlers/MegaHandler.cs` (+3 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+18 -0) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+3 -0) 📝 `CompatBot/Utils/Extensions/AzureDevOpsClientExtensions.cs` (+1 -1) 📝 `CompatBot/Utils/ProductCodeDecoder.cs` (+11 -0) </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:31 -05:00
yindo closed this issue 2026-02-15 15:56:31 -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#644