mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #972] [MERGED] Try to scan forwarded message #979
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:vnext📝 Commits (3)
e00eee4try to scan forwarded message13a92adupdate anime name listsf85fc53upgrade deps📊 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.