mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #55] [MERGED] New discord client fixes #173
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/55
Author: @13xforever
Created: 7/25/2018
Status: ✅ Merged
Merged: 7/25/2018
Merged by: @Nicba1010
Base:
master← Head:new_discord_client_fixes📝 Commits (8)
fd3608cfix os detection in some multirun logs759c9a0fix log parsing results for recent discord client updatead361deuse role whitelist for piracy checks91b2bdaDetect missing rap files0626cc9missing rap in random pasted log snippetsb6c6c4falso whitelisted roles for log results with detected piracy stringef745b6fix !warn list argument descriptionsea1a0aaseriously, discord, you need to chill📊 Changes
10 files changed (+89 additions, -28 deletions)
View changed files
📝
CompatBot/Commands/Misc.cs(+3 -2)📝
CompatBot/Commands/Warnings.ListGroup.cs(+3 -3)📝
CompatBot/EventHandlers/AntipiracyMonitor.cs(+3 -0)📝
CompatBot/EventHandlers/LogInfoHandler.cs(+26 -13)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+3 -1)📝
CompatBot/EventHandlers/LogsAsTextMonitor.cs(+13 -4)📝
CompatBot/EventHandlers/Starbucks.cs(+1 -1)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+20 -4)➕
CompatBot/Utils/RolesExtensions.cs(+15 -0)📝
CompatBot/Utils/StringUtils.cs(+2 -0)📄 Description
Apparently discord decided to remove multiple spaces inside inline code blocks.
Also fixes some minor bugs and adds missing rap file detection in logs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.