[PR #208] [MERGED] Generic event schedule, part 1 #289

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/208
Author: @13xforever
Created: 2/5/2019
Status: Merged
Merged: 2/5/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 19fad60 fix e3 schedule lookup
  • d794ad3 make event schedule more generic

📊 Changes

5 files changed (+355 additions, -37 deletions)

View changed files

📝 CompatBot/Commands/E3.cs (+54 -30)
📝 CompatBot/Database/BotDb.cs (+4 -3)
CompatBot/Database/Migrations/BotDb/20190205174241_ChangeE3ToGenericEvent.Designer.cs (+226 -0)
CompatBot/Database/Migrations/BotDb/20190205174241_ChangeE3ToGenericEvent.cs (+64 -0)
📝 CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs (+7 -4)

📄 Description

Expand on the scheduling a bit to promote other events in-between E3s


🔄 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/208 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/5/2019 **Status:** ✅ Merged **Merged:** 2/5/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`19fad60`](https://github.com/RPCS3/discord-bot/commit/19fad60bc10a32c3a4b240f2cdb1527c44ebe6d2) fix e3 schedule lookup - [`d794ad3`](https://github.com/RPCS3/discord-bot/commit/d794ad33365cc6760dd5be96f67e2d6f8c49c775) make event schedule more generic ### 📊 Changes **5 files changed** (+355 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/E3.cs` (+54 -30) 📝 `CompatBot/Database/BotDb.cs` (+4 -3) ➕ `CompatBot/Database/Migrations/BotDb/20190205174241_ChangeE3ToGenericEvent.Designer.cs` (+226 -0) ➕ `CompatBot/Database/Migrations/BotDb/20190205174241_ChangeE3ToGenericEvent.cs` (+64 -0) 📝 `CompatBot/Database/Migrations/BotDb/BotDbModelSnapshot.cs` (+7 -4) </details> ### 📄 Description Expand on the scheduling a bit to promote other events in-between E3s --- <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:33 -05:00
yindo closed this issue 2026-02-15 15:55:33 -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#289