We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7097b3e commit f9d28cdCopy full SHA for f9d28cd
1 file changed
README.md
@@ -49,10 +49,10 @@ $bot->setWebhook('https://example.org/someobscurefolder/webhook.php');
49
50
// some other useful stuff
51
// remove webhook
52
-//$bot->deleteWebhook();
+$bot->deleteWebhook();
53
54
// get infos about configured webhooks
55
-//echo $bot->getWebhookInfo();
+echo $bot->getWebhookInfo();
56
~~~
57
58
Put this in the file `/someobscurefolder/webhook.php` (don’t name it like this 😉):
0 commit comments