[PR #284] [MERGED] Miscellaneous updates #360

Closed
opened 2026-02-15 15:55:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (6)

  • d7a56d4 include in title update links as well
  • 373785b do not autowarn in DMs or in spam channels
  • 807a265 add notes on interpreters (disabled for now)
  • 806bf9d change pre-skylake igpu note severity
  • 412808c update deps, fix broken stuff for the changed api calls
  • 3a63a9b note for digital games put outside of proper directory

📊 Changes

18 files changed (+92 additions, -75 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 CompatBot/Commands/CompatList.cs (+2 -2)
📝 CompatBot/Commands/Converters/TextOnlyDiscordChannelConverter.cs (+6 -6)
📝 CompatBot/Commands/EventsBaseCommand.cs (+11 -10)
📝 CompatBot/Commands/Explain.cs (+2 -2)
📝 CompatBot/Commands/Psn.Check.cs (+2 -2)
📝 CompatBot/Commands/Psn.cs (+2 -2)
📝 CompatBot/Commands/Warnings.cs (+6 -6)
📝 CompatBot/CompatBot.csproj (+10 -10)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+10 -4)
📝 CompatBot/EventHandlers/Starbucks.cs (+1 -1)
📝 CompatBot/EventHandlers/UsernameSpoofMonitor.cs (+1 -1)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+2 -2)
📝 CompatBot/Utils/Extensions/InteractivityExtensions.cs (+9 -8)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs (+17 -15)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+7 -0)
📝 CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs (+2 -2)

📄 Description

  • do not give auto warning for logs with pirated content in DMs or in #bot-spam
  • various tweaks to log parsing notes
  • tweaks to download links formatting in different embeds
  • updated dependencies

🔄 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/284 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/20/2019 **Status:** ✅ Merged **Merged:** 4/20/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (6) - [`d7a56d4`](https://github.com/RPCS3/discord-bot/commit/d7a56d4406b7b0099a81b082615f691d73a8d674) include ⏬ in title update links as well - [`373785b`](https://github.com/RPCS3/discord-bot/commit/373785b711bcbc491bc4e66e43e510b50bb7c524) do not autowarn in DMs or in spam channels - [`807a265`](https://github.com/RPCS3/discord-bot/commit/807a265f003a34df975af5c69437aac7404e1098) add notes on interpreters (disabled for now) - [`806bf9d`](https://github.com/RPCS3/discord-bot/commit/806bf9d99f0f96ffb731b951099b74a45048ea8e) change pre-skylake igpu note severity - [`412808c`](https://github.com/RPCS3/discord-bot/commit/412808cda14e6914550762a6318f0bb8331e9de0) update deps, fix broken stuff for the changed api calls - [`3a63a9b`](https://github.com/RPCS3/discord-bot/commit/3a63a9b74bcf9205286b8e6082b27ae285396796) note for digital games put outside of proper directory ### 📊 Changes **18 files changed** (+92 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `CompatBot/Commands/CompatList.cs` (+2 -2) 📝 `CompatBot/Commands/Converters/TextOnlyDiscordChannelConverter.cs` (+6 -6) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+11 -10) 📝 `CompatBot/Commands/Explain.cs` (+2 -2) 📝 `CompatBot/Commands/Psn.Check.cs` (+2 -2) 📝 `CompatBot/Commands/Psn.cs` (+2 -2) 📝 `CompatBot/Commands/Warnings.cs` (+6 -6) 📝 `CompatBot/CompatBot.csproj` (+10 -10) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+10 -4) 📝 `CompatBot/EventHandlers/Starbucks.cs` (+1 -1) 📝 `CompatBot/EventHandlers/UsernameSpoofMonitor.cs` (+1 -1) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+2 -2) 📝 `CompatBot/Utils/Extensions/InteractivityExtensions.cs` (+9 -8) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs` (+17 -15) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+7 -0) 📝 `CompatBot/Utils/ResultFormatters/TitlePatchFormatter.cs` (+2 -2) </details> ### 📄 Description * do not give auto warning for logs with pirated content in DMs or in #bot-spam * various tweaks to log parsing notes * tweaks to download links formatting in different embeds * updated dependencies --- <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:55:45 -05:00
yindo closed this issue 2026-02-15 15:55:45 -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#360