改名
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ use Snowflake\Abstracts\BaseObject;
|
||||
abstract class Command extends BaseObject implements CommandInterface
|
||||
{
|
||||
|
||||
public $command = '';
|
||||
public $description = '';
|
||||
public string $command = '';
|
||||
public string $description = '';
|
||||
|
||||
/**
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user