Add Help command

This commit is contained in:
2024-08-07 17:05:07 +02:00
parent 60f18f2f76
commit 1aa26c836a
6 changed files with 66 additions and 16 deletions

View File

@@ -8,8 +8,7 @@ interface Icommands
{
public static function getMessage(Bot $bot, array $data);
/**
* @return string
*/
public static function getDescription();
public static function getDescription(): string;
public static function getPattern(): string;
}