diff options
Diffstat (limited to 'shared/commands.py')
| -rw-r--r-- | shared/commands.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/commands.py b/shared/commands.py index ffed9c3..fb3279d 100644 --- a/shared/commands.py +++ b/shared/commands.py | |||
| @@ -2,6 +2,8 @@ from aiogram.types import BotCommand as cmd, BotCommandScopeAllGroupChats as gro | |||
| 2 | 2 | ||
| 3 | commands = { | 3 | commands = { |
| 4 | group(): [ | 4 | group(): [ |
| 5 | cmd('gen', 'жидко пукнуть') | 5 | cmd('gen', 'Высрвть текст'), |
| 6 | cmd('del', 'Смыть говно'), | ||
| 7 | cmd('pin', 'Повесить говно на стенку'), | ||
| 6 | ] | 8 | ] |
| 7 | } | 9 | } |
