See 9344c1b498
This commit is contained in:
@ -101,7 +101,7 @@ namespace NadekoBot.Modules.Utility
|
||||
}
|
||||
return;
|
||||
}
|
||||
await Context.Channel.SendMessageAsync("💬 " + keyword.toLowerInvariant() + ": " + keywordquote.Text.SanitizeMentions());
|
||||
await Context.Channel.SendMessageAsync("💬 " + keyword.ToLowerInvariant() + ": " + keywordquote.Text.SanitizeMentions());
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
|
Reference in New Issue
Block a user