1 | <?php |
||
16 | class DiscordCommand extends PluginCommand |
||
17 | { |
||
18 | /** |
||
19 | * DiscordCommand constructor. |
||
20 | * |
||
21 | * @param Plugin $owner |
||
22 | */ |
||
23 | public function __construct(Plugin $owner) |
||
29 | |||
30 | /** |
||
31 | * @param CommandSender $sender |
||
32 | * @param string $commandLabel |
||
33 | * @param array $args |
||
34 | * |
||
35 | * @return bool|mixed |
||
36 | */ |
||
37 | public function execute(CommandSender $sender, string $commandLabel, array $args) |
||
43 | } |
||
44 |