aboutsummaryrefslogtreecommitdiff
path: root/shared/commands.py
diff options
context:
space:
mode:
authorIgor <50257429+igorechek06@users.noreply.github.com>2021-08-28 21:10:16 +0900
committerIgor <50257429+igorechek06@users.noreply.github.com>2021-08-28 21:10:16 +0900
commita8582c60e3bed5b93c989e2963d40130771cf11d (patch)
tree747f2cfe1a8a8f003cba81d92ebe3822b4adc419 /shared/commands.py
parent2efa35c42be7ac554e3519b8673f7cad8c966e64 (diff)
downloadkarpov_ai_bot-a8582c60e3bed5b93c989e2963d40130771cf11d.tar.gz
karpov_ai_bot-a8582c60e3bed5b93c989e2963d40130771cf11d.zip
0.0.1
Diffstat (limited to 'shared/commands.py')
-rw-r--r--shared/commands.py7
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 @@
1from aiogram.types import BotCommand as cmd, BotCommandScopeAllGroupChats as group
2
3commands = {
4 group(): [
5 cmd('gen', 'жидко пукнуть')
6 ]
7}