From b8110760aa46662775abae1e095a86d3266e62d1 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Wed, 24 Aug 2016 21:33:18 +0200 Subject: [PATCH] some cleanup, strings fixed --- src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;