Added response on no matches.
This commit is contained in:
parent
9da2638475
commit
30b7a80c49
1 changed files with 3 additions and 1 deletions
|
@ -115,6 +115,8 @@ class View : AbstractCommand() {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
if (sent == 0) {
|
||||
bot.send(sender, "No matches. Please try again.", false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue