diff --git a/command_list.txt b/command_list.txt index 3cf3451..dceb031 100644 --- a/command_list.txt +++ b/command_list.txt @@ -11,6 +11,7 @@ can - Can will - will shall - shall was - was +do - does does - does did - did should - should diff --git a/webhook.php b/webhook.php index 6336da6..9e878e1 100644 --- a/webhook.php +++ b/webhook.php @@ -302,6 +302,10 @@ $modules = array( "command" => "/should", "function" => "yes_or_no();" ), + array( + "command" => "/do", + "function" => "yes_or_no();" + ), array( "command" => "/kys", "function" => "kys();"