mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #1008] [MERGED] Maintenance & the new default warning message #1010
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/1008
Author: @13xforever
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
baebc9bfix typo56fca8fupgrade packages4b165f2upgrade d#+67481d3update the default warning messagefdc1ee9minor log parsing fixes and debug logging📊 Changes
19 files changed (+94 additions, -81 deletions)
View changed files
📝
Clients/CirrusCiClient/CirrusCiClient.csproj(+4 -4)📝
Clients/CompatApiClient/CompatApiClient.csproj(+2 -2)📝
Clients/GithubClient/GithubClient.csproj(+2 -2)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+2 -2)📝
Clients/PsnClient/PsnClient.csproj(+1 -1)📝
CompatBot/Commands/Fortune.cs(+2 -2)📝
CompatBot/Commands/Warnings.ContextMenus.cs(+1 -4)📝
CompatBot/Commands/Warnings.cs(+22 -4)📝
CompatBot/CompatBot.csproj(+13 -13)📝
CompatBot/Database/Providers/ContentFilter.cs(+4 -7)📝
CompatBot/EventHandlers/DiscordInviteFilter.cs(+4 -6)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+2 -3)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+2 -3)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+12 -6)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+5 -0)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+10 -17)📝
Tests/Tests.csproj(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.