mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #208] [MERGED] Generic event schedule, part 1 #289
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/208
Author: @13xforever
Created: 2/5/2019
Status: ✅ Merged
Merged: 2/5/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (2)
19fad60fix e3 schedule lookupd794ad3make 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.