Added response on no matches.

This commit is contained in:
Erik C. Thauvin 2020-03-30 18:00:25 -07:00
parent 9da2638475
commit 30b7a80c49

View file

@ -115,6 +115,8 @@ class View : AbstractCommand() {
) )
} }
} }
if (sent == 0) {
bot.send(sender, "No matches. Please try again.", false)
}
} }
} }