1 2 3 4 5 6 7
from aiogram.types import BotCommand as cmd, BotCommandScopeAllGroupChats as group commands = { group(): [ cmd('gen', 'жидко пукнуть') ] }