mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #195] [MERGED] !e3 command #275
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/195
Author: @13xforever
Created: 1/29/2019
Status: ✅ Merged
Merged: 1/29/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (2)
a8e1045add an ability to recheck messages for piracy links653feb2!e3 command📊 Changes
10 files changed (+580 additions, -2 deletions)
View changed files
➕
CompatBot/Commands/E3.cs(+270 -0)📝
CompatBot/Config.cs(+1 -0)📝
CompatBot/Database/BotDb.cs(+11 -0)➕
CompatBot/Database/Migrations/BotDb/20190129194930_AddE3Schedule.Designer.cs(+216 -0)➕
CompatBot/Database/Migrations/BotDb/20190129194930_AddE3Schedule.cs(+37 -0)📝
CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs(+28 -1)📝
CompatBot/EventHandlers/AntipiracyMonitor.cs(+9 -0)📝
CompatBot/Program.cs(+2 -0)📝
CompatBot/Utils/DateTimeEx.cs(+5 -0)📝
CompatBot/Utils/StringUtils.cs(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.