From 1144e0b21782933fe1b09f2e2afa2ec986a9f90a Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 6 Jan 2019 01:45:02 +0530 Subject: [PATCH] Add /commands to help --- webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook.php b/webhook.php index 2e2b878..4454852 100644 --- a/webhook.php +++ b/webhook.php @@ -356,7 +356,7 @@ function rate() { } function help() { - send_html('Help Page'); + send_html('You can either check /commands for a short overview or check the Help Page.'); } function commands() {