aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/commands.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/shared/commands.py b/shared/commands.py
index a54a770..bf1a6cb 100644
--- a/shared/commands.py
+++ b/shared/commands.py
@@ -4,11 +4,9 @@ from aiogram.types import BotCommandScopeAllPrivateChats as private
4 4
5commands = { 5commands = {
6 group(): [ 6 group(): [
7 cmd("gen", "Высрвть текст"), 7 cmd("gen", "Покакать текстом"),
8 cmd("del", "Смыть говно"), 8 cmd("del", "Убрать говно"),
9 cmd("pin", "Повесить говно на стенку"), 9 cmd("pin", "Закрепить говно"),
10 cmd("gif", "Превратить картинку в gif"), 10 cmd("chance", "Установить шанс покакать в туалет"),
11 cmd("chance", "Установить шанс высирания говна"),
12 ], 11 ],
13 private(): [cmd("gif", "Превратить картинку в gif")],
14} 12}