mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #448] [MERGED] Maintenance update after upgrading to dotnet core 3.0 #521
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/448
Author: @13xforever
Created: 11/5/2019
Status: ✅ Merged
Merged: 11/5/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (7)
34e6581update readmee62cd79fix warn stats after migrating to ef core 3.05b9ad81add more stats15ed3a6update to c# 8.0 syntax, mostly for .Substring()fd0a530Add FilterAction to supress reports in bot log channela33c69afix another issue with ef core 3.0 upgrade4a9fcb2another broken query that I can't properly fix myself📊 Changes
29 files changed (+159 additions, -115 deletions)
View changed files
📝
CONTRIBUTING.md(+5 -1)📝
Clients/CompatApiClient/Utils/UriExtensions.cs(+2 -2)📝
Clients/CompatApiClient/Utils/Utils.cs(+2 -2)📝
Clients/IrdLibraryClient/IrdClient.cs(+1 -1)📝
Clients/PsnClient/PsnClient.cs(+2 -2)📝
CompatBot/Commands/BotStats.cs(+42 -25)📝
CompatBot/Commands/ContentFilters.cs(+15 -1)📝
CompatBot/Commands/Converters/TextOnlyDiscordChannelConverter.cs(+1 -1)📝
CompatBot/Commands/EventsBaseCommand.cs(+1 -1)📝
CompatBot/Commands/Explain.cs(+2 -2)📝
CompatBot/Commands/Misc.cs(+8 -8)📝
CompatBot/Commands/Psn.Check.cs(+2 -2)📝
CompatBot/Commands/Psn.cs(+3 -3)📝
CompatBot/Commands/Sudo.Fix.cs(+1 -1)📝
CompatBot/Commands/Sudo.cs(+1 -1)📝
CompatBot/Commands/Warnings.ListGroup.cs(+28 -20)📝
CompatBot/Database/BotDb.cs(+1 -0)📝
CompatBot/Database/Providers/ContentFilter.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+1 -1)📝
CompatBot/EventHandlers/TableFlipMonitor.cs(+3 -3)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.