diff --git a/webhook.php b/webhook.php index a10aeb3..1d73452 100644 --- a/webhook.php +++ b/webhook.php @@ -346,6 +346,10 @@ function start() { send_text('Hi, I am Quadnite. If you are chatting with me in private, you are most likely doing it wrong. Add me to a group for fun. To give feedback, use /feedback'); } +function rate() { + send_html('Vote for me on Telegram Directory!'); +} + function help() { send_html('Help Page'); } @@ -445,6 +449,10 @@ $modules = array( array( "command" => "/feedback", "function" => "feedback();" + ), + array( + "command" => "/rate", + "function" => "rate();" ) );