mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #587] [MERGED] Add attachment reupload for deleted messages #654
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/587
Author: @13xforever
Created: 5/12/2020
Status: ✅ Merged
Merged: 5/12/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
60a7536use the new async methods for the pipe7122beaadded an option to log deleted messages for moderation purposesb58908fdo not link github in #mediaf4ed001try to reupload logs for pirated content for moderation purposes77cbc4edo not log messages deleted by the bot📊 Changes
13 files changed (+155 additions, -17 deletions)
View changed files
📝
CompatBot/Config.cs(+2 -0)📝
CompatBot/Database/Providers/ContentFilter.cs(+2 -0)➕
CompatBot/EventHandlers/DeletedMessagesMonitor.cs(+65 -0)📝
CompatBot/EventHandlers/GithubLinksHandler.cs(+3 -0)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/GzipHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/PlainText.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/RarHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/SevenZipHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/ZipHandler.cs(+2 -3)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+2 -2)📝
CompatBot/Program.cs(+3 -0)📝
CompatBot/Utils/Extensions/DiscordClientExtensions.cs(+28 -4)📝
CompatBot/Utils/Extensions/DiscordMessageExtensions.cs(+40 -0)📄 Description
fixes #585
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.