[PR #972] [MERGED] Try to scan forwarded message #979

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/972
Author: @13xforever
Created: 2/18/2025
Status: Merged
Merged: 2/21/2025
Merged by: @clienthax

Base: masterHead: vnext


📝 Commits (3)

📊 Changes

13 files changed (+35884 additions, -3871 deletions)

View changed files

📝 Clients/CirrusCiClient/CirrusCiClient.csproj (+3 -3)
📝 Clients/CompatApiClient/CompatApiClient.csproj (+1 -1)
📝 Clients/GithubClient/GithubClient.csproj (+1 -1)
📝 Clients/IrdLibraryClient/IrdLibraryClient.csproj (+1 -1)
📝 Clients/PsnClient/PsnClient.csproj (+1 -1)
📝 CompatBot/CompatBot.csproj (+11 -11)
📝 CompatBot/Database/Providers/ContentFilter.cs (+16 -1)
📝 CompatBot/Utils/Extensions/CommandContextExtensions.cs (+7 -0)
📝 Tests/Tests.csproj (+3 -3)
📝 get-names_anidb.ps1 (+8 -7)
📝 get-names_anilist.ps1 (+5 -4)
📝 names_anidb.txt (+12287 -1059)
📝 names_anilist.txt (+23540 -2779)

📄 Description

This will fail (because discord is great at api design and doesn't allow content access), but at least we'll try.
Also update anime name lists and scraping scripts.


🔄 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/972 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@clienthax](https://github.com/clienthax) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`e00eee4`](https://github.com/RPCS3/discord-bot/commit/e00eee4b6042ebd084316cd0633c8264543e5e7b) try to scan forwarded message - [`13a92ad`](https://github.com/RPCS3/discord-bot/commit/13a92ad3f2ae71b49610671f161940d9f2223cde) update anime name lists - [`f85fc53`](https://github.com/RPCS3/discord-bot/commit/f85fc530a596c5046102b74927dccaa393394d11) upgrade deps ### 📊 Changes **13 files changed** (+35884 additions, -3871 deletions) <details> <summary>View changed files</summary> 📝 `Clients/CirrusCiClient/CirrusCiClient.csproj` (+3 -3) 📝 `Clients/CompatApiClient/CompatApiClient.csproj` (+1 -1) 📝 `Clients/GithubClient/GithubClient.csproj` (+1 -1) 📝 `Clients/IrdLibraryClient/IrdLibraryClient.csproj` (+1 -1) 📝 `Clients/PsnClient/PsnClient.csproj` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+11 -11) 📝 `CompatBot/Database/Providers/ContentFilter.cs` (+16 -1) 📝 `CompatBot/Utils/Extensions/CommandContextExtensions.cs` (+7 -0) 📝 `Tests/Tests.csproj` (+3 -3) 📝 `get-names_anidb.ps1` (+8 -7) 📝 `get-names_anilist.ps1` (+5 -4) 📝 `names_anidb.txt` (+12287 -1059) 📝 `names_anilist.txt` (+23540 -2779) </details> ### 📄 Description This will fail (because discord is great at api design and doesn't allow content access), but at least we'll try. Also update anime name lists and scraping scripts. --- <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:23 -05:00
yindo closed this issue 2026-02-15 15:57:23 -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#979