[PR #453] [MERGED] New log checks and small fixes #526

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/453
Author: @13xforever
Created: 11/11/2019
Status: Merged
Merged: 11/11/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (9)

  • ee08af6 tweak some checks
  • 5340680 extract some rsx warnings, check for alpha-to-one issues
  • e66d15a extract more settings to use in the future
  • 74b77a3 do some sanity checks on vsync mode
  • b946c91 retry getting thumbnail color if default value was saved before
  • a430102 add some 8ball answers
  • 865a7fe support discord emoji names without ids
  • 8d58903 do not accept token as a command line argument anymore
  • 481ff24 update deps

📊 Changes

10 files changed (+101 additions, -41 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+2 -2)
📝 CompatBot/Commands/Misc.cs (+16 -8)
📝 CompatBot/Commands/Psn.cs (+7 -1)
📝 CompatBot/CompatBot.csproj (+7 -7)
📝 CompatBot/Config.cs (+0 -4)
📝 CompatBot/Database/Providers/ThumbnailProvider.cs (+10 -3)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+5 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+45 -14)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+8 -1)
📝 Tests/Tests.csproj (+1 -1)

📄 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/453 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 11/11/2019 **Status:** ✅ Merged **Merged:** 11/11/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (9) - [`ee08af6`](https://github.com/RPCS3/discord-bot/commit/ee08af66396751e0e621978daaaa802feb77bb02) tweak some checks - [`5340680`](https://github.com/RPCS3/discord-bot/commit/53406800d02bb6b91ad918c8c56cb535b90bad4e) extract some rsx warnings, check for alpha-to-one issues - [`e66d15a`](https://github.com/RPCS3/discord-bot/commit/e66d15a23a40a190e9dd6e6cd1dc3dfe2578d19a) extract more settings to use in the future - [`74b77a3`](https://github.com/RPCS3/discord-bot/commit/74b77a351583537c7f79fa1965e71f8761dcf1d2) do some sanity checks on vsync mode - [`b946c91`](https://github.com/RPCS3/discord-bot/commit/b946c912bd52c5cffe685129a08a8cf488021ca6) retry getting thumbnail color if default value was saved before - [`a430102`](https://github.com/RPCS3/discord-bot/commit/a430102f70f9bec95e64289b96af0cc5c245dbbc) add some 8ball answers - [`865a7fe`](https://github.com/RPCS3/discord-bot/commit/865a7fed763e5973c1da7e04cfe3a1413d77f266) support discord emoji names without ids - [`8d58903`](https://github.com/RPCS3/discord-bot/commit/8d58903324716c6ef80b99b51e381c1e5a7a9964) do not accept token as a command line argument anymore - [`481ff24`](https://github.com/RPCS3/discord-bot/commit/481ff2480984ac34348a175a65771a3aa5dc700f) update deps ### 📊 Changes **10 files changed** (+101 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+2 -2) 📝 `CompatBot/Commands/Misc.cs` (+16 -8) 📝 `CompatBot/Commands/Psn.cs` (+7 -1) 📝 `CompatBot/CompatBot.csproj` (+7 -7) 📝 `CompatBot/Config.cs` (+0 -4) 📝 `CompatBot/Database/Providers/ThumbnailProvider.cs` (+10 -3) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+5 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+45 -14) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+8 -1) 📝 `Tests/Tests.csproj` (+1 -1) </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:12 -05:00
yindo closed this issue 2026-02-15 15:56:12 -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#526