[PR #195] [MERGED] !e3 command #275

Closed
opened 2026-02-15 15:55:31 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: vnext


📝 Commits (2)

  • a8e1045 add an ability to recheck messages for piracy links
  • 653feb2 !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.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/195 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 1/29/2019 **Status:** ✅ Merged **Merged:** 1/29/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`a8e1045`](https://github.com/RPCS3/discord-bot/commit/a8e1045152eb1e54c30ba2ee3c34fa612732c4a4) add an ability to recheck messages for piracy links - [`653feb2`](https://github.com/RPCS3/discord-bot/commit/653feb2bfc875c355c6d59f616fdaef78d7601a1) !e3 command ### 📊 Changes **10 files changed** (+580 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description * implements #194 * adds ability to recheck past messages for piracy --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:31 -05:00
yindo closed this issue 2026-02-15 15:55:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#275