[PR #232] [MERGED] Mark command for deletion with the new . command prefix #310

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

📋 Pull Request Information

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

Base: masterHead: vnext


📝 Commits (1)

  • 39c9f16 you can mark command for deletion now with the new . command prefix

📊 Changes

19 files changed (+35 additions, -44 deletions)

View changed files

📝 CompatBot/Commands/Attributes/LimitedToHelpChannel.cs (+1 -1)
📝 CompatBot/Commands/Attributes/LimitedToSpamChannel.cs (+1 -1)
📝 CompatBot/Commands/BaseCommandModuleCustom.cs (+8 -0)
📝 CompatBot/Commands/Explain.cs (+1 -1)
📝 CompatBot/Commands/Sudo.Mod.cs (+1 -1)
📝 CompatBot/Config.cs (+1 -0)
📝 CompatBot/EventHandlers/AppveyorLinksHandler.cs (+1 -4)
📝 CompatBot/EventHandlers/BotReactionsHandler.cs (+3 -0)
📝 CompatBot/EventHandlers/GithubLinksHandler.cs (+1 -4)
📝 CompatBot/EventHandlers/IsTheGamePlayableHandler.cs (+1 -4)
📝 CompatBot/EventHandlers/LogAsTextMonitor.cs (+1 -4)
📝 CompatBot/EventHandlers/LogParsingHandler.cs (+1 -5)
📝 CompatBot/EventHandlers/PostLogHelpHandler.cs (+1 -4)
📝 CompatBot/EventHandlers/ProductCodeLookup.cs (+1 -4)
📝 CompatBot/EventHandlers/TableFlipMonitor.cs (+3 -5)
📝 CompatBot/EventHandlers/UnknownCommandHandler.cs (+4 -0)
📝 CompatBot/Program.cs (+1 -1)
📝 CompatBot/Utils/DefaultHandlerFilter.cs (+3 -4)
📝 CompatBot/Utils/DiscordClientExtensions.cs (+1 -1)

📄 Description

Doesn't work for .help, that would require #148


🔄 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/232 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/24/2019 **Status:** ✅ Merged **Merged:** 2/24/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (1) - [`39c9f16`](https://github.com/RPCS3/discord-bot/commit/39c9f166ed6213115448b2db11c2d97fbf05e585) you can mark command for deletion now with the new `.` command prefix ### 📊 Changes **19 files changed** (+35 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Attributes/LimitedToHelpChannel.cs` (+1 -1) 📝 `CompatBot/Commands/Attributes/LimitedToSpamChannel.cs` (+1 -1) 📝 `CompatBot/Commands/BaseCommandModuleCustom.cs` (+8 -0) 📝 `CompatBot/Commands/Explain.cs` (+1 -1) 📝 `CompatBot/Commands/Sudo.Mod.cs` (+1 -1) 📝 `CompatBot/Config.cs` (+1 -0) 📝 `CompatBot/EventHandlers/AppveyorLinksHandler.cs` (+1 -4) 📝 `CompatBot/EventHandlers/BotReactionsHandler.cs` (+3 -0) 📝 `CompatBot/EventHandlers/GithubLinksHandler.cs` (+1 -4) 📝 `CompatBot/EventHandlers/IsTheGamePlayableHandler.cs` (+1 -4) 📝 `CompatBot/EventHandlers/LogAsTextMonitor.cs` (+1 -4) 📝 `CompatBot/EventHandlers/LogParsingHandler.cs` (+1 -5) 📝 `CompatBot/EventHandlers/PostLogHelpHandler.cs` (+1 -4) 📝 `CompatBot/EventHandlers/ProductCodeLookup.cs` (+1 -4) 📝 `CompatBot/EventHandlers/TableFlipMonitor.cs` (+3 -5) 📝 `CompatBot/EventHandlers/UnknownCommandHandler.cs` (+4 -0) 📝 `CompatBot/Program.cs` (+1 -1) 📝 `CompatBot/Utils/DefaultHandlerFilter.cs` (+3 -4) 📝 `CompatBot/Utils/DiscordClientExtensions.cs` (+1 -1) </details> ### 📄 Description Doesn't work for `.help`, that would require #148 --- <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:38 -05:00
yindo closed this issue 2026-02-15 15:55:38 -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#310