mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #73] [MERGED] Update 2.3 #190
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/73
Author: @13xforever
Created: 9/8/2018
Status: ✅ Merged
Merged: 9/8/2018
Merged by: @Nicba1010
Base:
master← Head:update/2.3📝 Commits (10+)
7c60001fixes for showing AMD driver versions38149cbfix disc inside /game/ detection01084bbDedicated Settings detections0d97867more notes and suggestions6bea4c1fix !top amount and searching for Persona gamesd973ecffix !rate 1853057blimit !warn list users5f48427only use #compatbot when not in DMabe5d79Show alternative game title in product info embede07176bswallow 404 errors when checking for covers on gametdb📊 Changes
16 files changed (+545 additions, -116 deletions)
View changed files
📝
CompatApiClient/POCOs/CompatResult.cs(+4 -0)📝
CompatBot/Commands/CompatList.cs(+51 -8)📝
CompatBot/Commands/Misc.cs(+48 -39)📝
CompatBot/Commands/Warnings.ListGroup.cs(+4 -2)📝
CompatBot/Database/BotDb.cs(+9 -0)➕
CompatBot/Database/Migrations/BotDb/20180908150603_BotState.Designer.cs(+189 -0)➕
CompatBot/Database/Migrations/BotDb/20180908150603_BotState.cs(+36 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+23 -1)📝
CompatBot/Database/Providers/AmdDriverVersionProvider.cs(+41 -4)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+10 -4)📝
CompatBot/EventHandlers/LogsAsTextMonitor.cs(+17 -7)📝
CompatBot/EventHandlers/ProductCodeLookup.cs(+8 -8)📝
CompatBot/Program.cs(+15 -3)📝
CompatBot/ThumbScrapper/GameTdbScraper.cs(+3 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+62 -29)📝
CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs(+25 -11)📄 Description
Various small fixes and additions here and there
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.