mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #562] [MERGED] Maintenance #630
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/562
Author: @13xforever
Created: 4/3/2020
Status: ✅ Merged
Merged: 4/3/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (8)
1b26bfcsync mod members to bot sudoers2573a7cadd compat api method to get the offline copy of compat list79c2508import offline compat list snapshot3029ea6implement local compat list searchcd3149badd hack for lbp51e3a37disable mod role sync at least for now4edae34improve is the game playable handler with local lookup39aae7eworkaround today's discord update📊 Changes
17 files changed (+462 additions, -21 deletions)
View changed files
📝
Clients/CompatApiClient/Client.cs(+37 -0)📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -0)📝
Clients/CompatApiClient/POCOs/CompatResult.cs(+1 -0)📝
CompatBot/Commands/Attributes/RequiresBotSudoerRole.cs(+2 -2)📝
CompatBot/Commands/CompatList.cs(+76 -4)➕
CompatBot/Database/Migrations/ThumbnailDb/20200402181755_CompatFields.Designer.cs(+169 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20200402181755_CompatFields.cs(+31 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+8 -0)📝
CompatBot/Database/Providers/ModProvider.cs(+27 -0)📝
CompatBot/Database/ThumbnailDb.cs(+12 -0)📝
CompatBot/EventHandlers/IsTheGamePlayableHandler.cs(+25 -6)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+1 -1)📝
CompatBot/Program.cs(+15 -2)➕
CompatBot/Utils/Extensions/CompatResultExtensions.cs(+23 -0)📝
CompatBot/Utils/Extensions/RolesExtensions.cs(+20 -0)📝
CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs(+12 -5)📝
Tests/LogParsingProfiler.cs(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.