[PR #664] [MERGED] Maintenance #727

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (4)

  • 08d3527 change nvidia driver version formatting
  • 284bc51 remove psn scraping and related code now that web store redesign is live
  • e634cb1 fix compiler warnings
  • 949b6c2 update 3rd party dependencies

📊 Changes

19 files changed (+59 additions, -284 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/Commands/CompatList.cs (+1 -1)
📝 CompatBot/Commands/ContentFilters.cs (+1 -1)
📝 CompatBot/Commands/EventsBaseCommand.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+1 -1)
📝 CompatBot/Commands/ForcedNicknames.cs (+1 -1)
📝 CompatBot/Commands/Misc.cs (+2 -27)
📝 CompatBot/Commands/Psn.Check.cs (+2 -2)
📝 CompatBot/Commands/Psn.cs (+0 -214)
📝 CompatBot/Commands/Vision.cs (+4 -2)
📝 CompatBot/Commands/Warnings.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+13 -13)
📝 CompatBot/EventHandlers/DeletedMessagesMonitor.cs (+2 -0)
📝 CompatBot/EventHandlers/MediaScreenshotMonitor.cs (+10 -10)
📝 CompatBot/Program.cs (+2 -3)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+2 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+13 -4)

📄 Description

  • remove most psn-related code now that web store dropped pre-ps4 support
  • azure computer vision client major update

🔄 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/664 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 10/26/2020 **Status:** ✅ Merged **Merged:** 10/26/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (4) - [`08d3527`](https://github.com/RPCS3/discord-bot/commit/08d3527c28c919c5499f03fcc17abee54c8c2cf2) change nvidia driver version formatting - [`284bc51`](https://github.com/RPCS3/discord-bot/commit/284bc51f6dc558b472133e12f80c0cf67312d1f5) remove psn scraping and related code now that web store redesign is live - [`e634cb1`](https://github.com/RPCS3/discord-bot/commit/e634cb199f4f441f0b9a835b2e120d37b0d11ec8) fix compiler warnings - [`949b6c2`](https://github.com/RPCS3/discord-bot/commit/949b6c2b296b2ef5c029d2cb41b18f7c38cea582) update 3rd party dependencies ### 📊 Changes **19 files changed** (+59 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/Commands/CompatList.cs` (+1 -1) 📝 `CompatBot/Commands/ContentFilters.cs` (+1 -1) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+1 -1) 📝 `CompatBot/Commands/ForcedNicknames.cs` (+1 -1) 📝 `CompatBot/Commands/Misc.cs` (+2 -27) 📝 `CompatBot/Commands/Psn.Check.cs` (+2 -2) 📝 `CompatBot/Commands/Psn.cs` (+0 -214) 📝 `CompatBot/Commands/Vision.cs` (+4 -2) 📝 `CompatBot/Commands/Warnings.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+13 -13) 📝 `CompatBot/EventHandlers/DeletedMessagesMonitor.cs` (+2 -0) 📝 `CompatBot/EventHandlers/MediaScreenshotMonitor.cs` (+10 -10) 📝 `CompatBot/Program.cs` (+2 -3) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+2 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+13 -4) </details> ### 📄 Description * remove most psn-related code now that web store dropped pre-ps4 support * azure computer vision client major update --- <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:43 -05:00
yindo closed this issue 2026-02-15 15:56:43 -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#727