Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusPC committed May 4, 2020
1 parent 7097b3e commit f9d28cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ $bot->setWebhook('https://example.org/someobscurefolder/webhook.php');

// some other useful stuff
// remove webhook
//$bot->deleteWebhook();
$bot->deleteWebhook();

// get infos about configured webhooks
//echo $bot->getWebhookInfo();
echo $bot->getWebhookInfo();
~~~

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

0 comments on commit f9d28cd

Please sign in to comment.