some cleanup, strings fixed

This commit is contained in:
Kwoth 2016-08-24 21:33:18 +02:00
parent 180911944e
commit b8110760aa

View File

@ -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;