Add snarky message for tags 3:)
This commit is contained in:
parent
e748d859a3
commit
82954f812f
@ -63,6 +63,10 @@ id(){
|
||||
sendmsg "Chat ID: $chat"
|
||||
}
|
||||
|
||||
tag(){
|
||||
sendmsg "Please stand by, he'll get to your message soon™️..."
|
||||
}
|
||||
|
||||
fail(){
|
||||
sendmsg "Sorry, you are not allowed to use this command!"
|
||||
exit 1
|
||||
@ -82,5 +86,6 @@ case "$cmd" in
|
||||
/cv*|/corona*) cv ;;
|
||||
/id*) id ;;
|
||||
/term*) term ;;
|
||||
*@ghnou*) tag ;;
|
||||
*@konatasanbot*) hiya ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user