Skip to content

Commit f9d28cd

Browse files
committed
fix formatting
1 parent 7097b3e commit f9d28cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ $bot->setWebhook('https://example.org/someobscurefolder/webhook.php');
4949

5050
// some other useful stuff
5151
// remove webhook
52-
//$bot->deleteWebhook();
52+
$bot->deleteWebhook();
5353

5454
// get infos about configured webhooks
55-
//echo $bot->getWebhookInfo();
55+
echo $bot->getWebhookInfo();
5656
~~~
5757

5858
Put this in the file `/someobscurefolder/webhook.php` (don’t name it like this 😉):

0 commit comments

Comments
 (0)