[PR #216] [MERGED] Further improvements for the event editor #295

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (5)

  • 6e402b3 change discord invite link regex
  • 0bf52bd improve event editor experience
  • 01cd0a7 make it more fool-proof
  • 3f04307 always show event ids for mods and !e show all
  • af39e8f do not allow saving if edit wasn't completed yet

📊 Changes

6 files changed (+73 additions, -23 deletions)

View changed files

📝 CompatBot/Commands/E3.cs (+1 -1)
📝 CompatBot/Commands/Events.cs (+1 -1)
📝 CompatBot/Commands/EventsBaseCommand.cs (+53 -19)
📝 CompatBot/EventHandlers/DiscordInviteFilter.cs (+2 -2)
CompatBot/Utils/BotDbExtensions.cs (+15 -0)
📝 CompatBot/Utils/InteractivityExtensions.cs (+1 -0)

📄 Description

No description provided


🔄 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/216 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/12/2019 **Status:** ✅ Merged **Merged:** 2/12/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`6e402b3`](https://github.com/RPCS3/discord-bot/commit/6e402b3eaa9729805d71b04fa052b3a3508b5397) change discord invite link regex - [`0bf52bd`](https://github.com/RPCS3/discord-bot/commit/0bf52bdcba65e8f1f32a49485d840fabe4866607) improve event editor experience - [`01cd0a7`](https://github.com/RPCS3/discord-bot/commit/01cd0a786dae0204f60614178db4acecdde17329) make it more fool-proof - [`3f04307`](https://github.com/RPCS3/discord-bot/commit/3f04307fea0bd4483b25865435d019ea01ce0b27) always show event ids for mods and !e show all - [`af39e8f`](https://github.com/RPCS3/discord-bot/commit/af39e8fb8c29640c680c696f1088edafb4a50b84) do not allow saving if edit wasn't completed yet ### 📊 Changes **6 files changed** (+73 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/E3.cs` (+1 -1) 📝 `CompatBot/Commands/Events.cs` (+1 -1) 📝 `CompatBot/Commands/EventsBaseCommand.cs` (+53 -19) 📝 `CompatBot/EventHandlers/DiscordInviteFilter.cs` (+2 -2) ➕ `CompatBot/Utils/BotDbExtensions.cs` (+15 -0) 📝 `CompatBot/Utils/InteractivityExtensions.cs` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:34 -05:00
yindo closed this issue 2026-02-15 15:55:34 -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#295