Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Dec 5, 2023
1 parent e6a117d commit 19c575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class StartConversation extends Conversation
$bot->onCommand('start {name}', StartConversation::class);
```

#### Via the `begin` method:
#### Via the `begin` method

```php
$bot->onCommand('start', function (Nutgram $bot) {
Expand Down

0 comments on commit 19c575a

Please sign in to comment.