diff options
Diffstat (limited to 'shared/commands.py')
| -rw-r--r-- | shared/commands.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/commands.py b/shared/commands.py new file mode 100644 index 0000000..ffed9c3 --- /dev/null +++ b/shared/commands.py | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | from aiogram.types import BotCommand as cmd, BotCommandScopeAllGroupChats as group | ||
| 2 | |||
| 3 | commands = { | ||
| 4 | group(): [ | ||
| 5 | cmd('gen', 'жидко пукнуть') | ||
| 6 | ] | ||
| 7 | } | ||
