Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sync-nutgram
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Dec 5, 2023
2 parents c0a91b9 + f1734cf commit e6a117d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/sending_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The framework give you some helper constants to format your text messages:

```php
use SergiX44\Nutgram\Nutgram;
use SergiX44\Nutgram\Telegram\Attributes\ParseMode;
use SergiX44\Nutgram\Telegram\Properties\ParseMode;
use SergiX44\Nutgram\Telegram\Types\Message\Message;

$bot = new Nutgram($_ENV['TOKEN']);
Expand Down Expand Up @@ -190,4 +190,4 @@ $bot->onCommand('start', function(Nutgram $bot){
});

$bot->run();
```
```

0 comments on commit e6a117d

Please sign in to comment.