diff --git a/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs b/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs index 51a467b5..34a181c8 100644 --- a/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs +++ b/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs @@ -16,7 +16,7 @@ namespace NadekoBot.Modules.Utility { [LocalizedCommand, LocalizedDescription, LocalizedSummary] [RequireContext(ContextType.Guild)] - public async Task Quote(IMessage imsg, string keyword) + public async Task ShowQuote(IMessage imsg, string keyword) { var channel = imsg.Channel as ITextChannel; @@ -65,7 +65,7 @@ namespace NadekoBot.Modules.Utility [LocalizedCommand, LocalizedDescription, LocalizedSummary] [RequireContext(ContextType.Guild)] - public async Task DelQuote(IMessage imsg, string keyword) + public async Task DeleteQuote(IMessage imsg, string keyword) { var channel = imsg.Channel as ITextChannel;