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();"