aboutsummaryrefslogtreecommitdiff
path: root/shared/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'shared/commands.py')
-rw-r--r--shared/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/commands.py b/shared/commands.py
index fb3279d..3f2e3b1 100644
--- a/shared/commands.py
+++ b/shared/commands.py
@@ -5,5 +5,6 @@ commands = {
5 cmd('gen', 'Высрвть текст'), 5 cmd('gen', 'Высрвть текст'),
6 cmd('del', 'Смыть говно'), 6 cmd('del', 'Смыть говно'),
7 cmd('pin', 'Повесить говно на стенку'), 7 cmd('pin', 'Повесить говно на стенку'),
8 cmd('chance', 'Установить шанс высирания говна'),
8 ] 9 ]
9} 10}