mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #232] [MERGED] Mark command for deletion with the new . command prefix
#310
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/232
Author: @13xforever
Created: 2/24/2019
Status: ✅ Merged
Merged: 2/24/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (1)
39c9f16you 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.