[PR #918] [MERGED] Update anime name lists #939

Closed
opened 2026-02-15 15:57:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/918
Author: @13xforever
Created: 12/3/2022
Status: Merged
Merged: 12/6/2022
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (10+)

  • 07b2bd6 update some scripts
  • aa929ac update anime name lists
  • c851b69 this should reduce number of requests for full run
  • ad8bc00 update 3rd party deps
  • 9997645 fix breaking changes
  • d561795 add another combining category to the zalgo filter
  • 98d47b7 change message now that 527 series is out
  • 8f8c1a6 fix some log analysis result sorting issue
  • 7e87283 update win32 error codes source handling
  • b68bb3b update win32 error codes

📊 Changes

38 files changed (+33234 additions, -4220 deletions)

View changed files

📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/CompatApiClient/Compression/CompressionMessageHandler.cs (+4 -4)
📝 CompatBot/Commands/Attributes/RequiresDm.cs (+1 -1)
📝 CompatBot/Commands/ContentFilters.cs (+1 -1)
📝 CompatBot/Commands/Explain.cs (+50 -5)
📝 CompatBot/Commands/ForcedNicknames.cs (+17 -11)
📝 CompatBot/Commands/Fortune.cs (+1 -1)
📝 CompatBot/Commands/Invites.cs (+1 -1)
📝 CompatBot/Commands/Moderation.Audit.cs (+4 -4)
📝 CompatBot/Commands/Pr.cs (+11 -7)
📝 CompatBot/Commands/Sudo.cs (+3 -3)
📝 CompatBot/Commands/Syscall.cs (+2 -2)
📝 CompatBot/Commands/Vision.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+10 -10)
📝 CompatBot/Database/DbImporter.cs (+3 -3)
📝 CompatBot/Database/Providers/ThumbnailProvider.cs (+1 -1)
📝 CompatBot/EventHandlers/DeletedMessagesMonitor.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -1)
📝 CompatBot/EventHandlers/UsernameZalgoMonitor.cs (+1 -0)
📝 CompatBot/Utils/Extensions/DiscordClientExtensions.cs (+2 -2)

...and 18 more files

📄 Description

In addition,

  • Updated scripts to have better progress indication
  • Updated zalgo checks
  • Updated xfloat settings checks
  • Updated Current Settings sections a bit
  • Updated some game settings checks
  • Added new command to link old build after specific PR was merged

🔄 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/918 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 12/3/2022 **Status:** ✅ Merged **Merged:** 12/6/2022 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (10+) - [`07b2bd6`](https://github.com/RPCS3/discord-bot/commit/07b2bd68aebf32d76cb64799f23d8114329a8270) update some scripts - [`aa929ac`](https://github.com/RPCS3/discord-bot/commit/aa929ac9bc5c85abb565df389e09c1e264726d99) update anime name lists - [`c851b69`](https://github.com/RPCS3/discord-bot/commit/c851b694af3c82dfeaa7cadbb65542011ec6826a) this should reduce number of requests for full run - [`ad8bc00`](https://github.com/RPCS3/discord-bot/commit/ad8bc00e479617c22334e105c0e6b5c28234d458) update 3rd party deps - [`9997645`](https://github.com/RPCS3/discord-bot/commit/999764518e1080bbc68fe8dd4fc95c6419bd0c6d) fix breaking changes - [`d561795`](https://github.com/RPCS3/discord-bot/commit/d561795ca758d92c3730e325aaf54b5d6f52e9cc) add another combining category to the zalgo filter - [`98d47b7`](https://github.com/RPCS3/discord-bot/commit/98d47b75557df2906a0369e7ce5dc8cd9194224b) change message now that 527 series is out - [`8f8c1a6`](https://github.com/RPCS3/discord-bot/commit/8f8c1a697d88e4e9ebd03dc56fa1e017caaf6a79) fix some log analysis result sorting issue - [`7e87283`](https://github.com/RPCS3/discord-bot/commit/7e87283f1ebf0e284bafebc09cf9c19e555ff22b) update win32 error codes source handling - [`b68bb3b`](https://github.com/RPCS3/discord-bot/commit/b68bb3b3f24904ec039db68437125e86b1587524) update win32 error codes ### 📊 Changes **38 files changed** (+33234 additions, -4220 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/CompatApiClient/Compression/CompressionMessageHandler.cs` (+4 -4) 📝 `CompatBot/Commands/Attributes/RequiresDm.cs` (+1 -1) 📝 `CompatBot/Commands/ContentFilters.cs` (+1 -1) 📝 `CompatBot/Commands/Explain.cs` (+50 -5) 📝 `CompatBot/Commands/ForcedNicknames.cs` (+17 -11) 📝 `CompatBot/Commands/Fortune.cs` (+1 -1) 📝 `CompatBot/Commands/Invites.cs` (+1 -1) 📝 `CompatBot/Commands/Moderation.Audit.cs` (+4 -4) 📝 `CompatBot/Commands/Pr.cs` (+11 -7) 📝 `CompatBot/Commands/Sudo.cs` (+3 -3) 📝 `CompatBot/Commands/Syscall.cs` (+2 -2) 📝 `CompatBot/Commands/Vision.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+10 -10) 📝 `CompatBot/Database/DbImporter.cs` (+3 -3) 📝 `CompatBot/Database/Providers/ThumbnailProvider.cs` (+1 -1) 📝 `CompatBot/EventHandlers/DeletedMessagesMonitor.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -1) 📝 `CompatBot/EventHandlers/UsernameZalgoMonitor.cs` (+1 -0) 📝 `CompatBot/Utils/Extensions/DiscordClientExtensions.cs` (+2 -2) _...and 18 more files_ </details> ### 📄 Description In addition, * Updated scripts to have better progress indication * Updated zalgo checks * Updated xfloat settings checks * Updated Current Settings sections a bit * Updated some game settings checks * Added new command to link old build after specific PR was merged --- <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:57:17 -05:00
yindo closed this issue 2026-02-15 15:57:17 -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#939