From 7cc111dce84c14aace7611389c44f04cc52f6ddd Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 1 Jul 2018 16:29:17 +0530 Subject: [PATCH] Add g_deposit --- webhook.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webhook.php b/webhook.php index fe38654..8d0630a 100644 --- a/webhook.php +++ b/webhook.php @@ -145,6 +145,10 @@ $modules = array( "command" => "/deposit", "function" => "deposit();" ), + array( + "command" => "/g_deposit", + "function" => "deposit();" + ), array( "command" => "/add", "function" => "add_requirement();"