Changed some strings

This commit is contained in:
Kwoth
2016-10-04 23:15:57 +02:00
parent 9c0ff08c67
commit c9e9a4255d
4 changed files with 33 additions and 177 deletions

View File

@@ -16,7 +16,7 @@ namespace NadekoBot.Modules.Utility
{
[LocalizedCommand, LocalizedRemarks, LocalizedSummary, LocalizedAlias]
[RequireContext(ContextType.Guild)]
public async Task ShowQuote(IUserMessage umsg, string keyword)
public async Task ShowQuote(IUserMessage umsg, [Remainder] string keyword)
{
var channel = (ITextChannel)umsg.Channel;
@@ -65,7 +65,7 @@ namespace NadekoBot.Modules.Utility
[LocalizedCommand, LocalizedRemarks, LocalizedSummary, LocalizedAlias]
[RequireContext(ContextType.Guild)]
public async Task DeleteQuote(IUserMessage umsg, string keyword)
public async Task DeleteQuote(IUserMessage umsg, [Remainder] string keyword)
{
var channel = (ITextChannel)umsg.Channel;