Skip to content

Commit

Permalink
Fix Command Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
SQKo committed Aug 21, 2022
1 parent 8498794 commit 2b083db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/Discord/Builders/CommandBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,6 @@ class CommandBuilder implements JsonSerializable
*/
protected $type = Command::CHAT_INPUT;

/**
* Name of the command.
*
* @var string
*/
protected string $name;

/**
* Description of the command. should be emtpy if the type is not CHAT_INPUT.
*
* @var string
*/
protected string $description;

/**
* The default permission of the command. If true the command is enabled when the app is added to the guild.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Discord
*
* @var string Version.
*/
public const VERSION = 'v7.2.3';
public const VERSION = 'v7.2.4';

/**
* The logger.
Expand Down

0 comments on commit 2b083db

Please sign in to comment.