[PR #209] [MERGED] Generic event schedule, part 2 #288

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/209
Author: @13xforever
Created: 2/5/2019
Status: Merged
Merged: 2/5/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • b91f8fd generic event schedule rework
  • dbd7a0a map !e3 on generic !event
  • c1d1b59 that was stupid, so make it less so

📊 Changes

4 files changed (+509 additions, -342 deletions)

View changed files

📝 CompatBot/Commands/E3.cs (+19 -342)
CompatBot/Commands/Events.cs (+84 -0)
CompatBot/Commands/EventsBaseCommand.cs (+405 -0)
📝 CompatBot/Program.cs (+1 -0)

📄 Description

  • new !event group
  • !e3 is a special alias now

🔄 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/209 **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 (3) - [`b91f8fd`](https://github.com/RPCS3/discord-bot/commit/b91f8fd3b20cccc1963a5b55b94a8bba39c56c51) generic event schedule rework - [`dbd7a0a`](https://github.com/RPCS3/discord-bot/commit/dbd7a0a17003ef214bfa3272e65ea7e648b37344) map !e3 on generic !event - [`c1d1b59`](https://github.com/RPCS3/discord-bot/commit/c1d1b591dba4ae1c6bb0088d4fc6f2cf337637c4) that was stupid, so make it less so ### 📊 Changes **4 files changed** (+509 additions, -342 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/E3.cs` (+19 -342) ➕ `CompatBot/Commands/Events.cs` (+84 -0) ➕ `CompatBot/Commands/EventsBaseCommand.cs` (+405 -0) 📝 `CompatBot/Program.cs` (+1 -0) </details> ### 📄 Description * new `!event` group * `!e3` is a special alias now --- <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#288