Skip to content

Commit

Permalink
📝 Improve the slash command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 31, 2024
1 parent a1b9419 commit 8497fac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/docs/slash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,9 @@ protected $options = [
'required' => true,
],
];
```

```php
use Discord\Parts\Interactions\Command\Option;

/**
* Set the command options.
* The slash command options.
*
* @return array
*/
Expand Down

0 comments on commit 8497fac

Please sign in to comment.