error message

This commit is contained in:
appelemac 2016-05-30 20:10:36 +02:00
parent fa0918806e
commit acbae6fbe3

View File

@ -29,7 +29,6 @@ namespace NadekoBot.Modules.Searches.Commands
string expression = e.GetArg("expression")?.Trim();
if (string.IsNullOrWhiteSpace(expression))
{
await e.Channel.SendMessage("Must give expression");
return;
}
string answer = Evaluate(expression);