Updated BotCommandScope

This commit is contained in:
netkas 2024-10-04 12:08:01 -04:00
parent fd2f55eb90
commit 6e7536e3c4

View file

@ -17,9 +17,6 @@
abstract class BotCommandScope implements ObjectTypeInterface
{
/**
* @var BotCommandScopeType
*/
protected BotCommandScopeType $type;
/**