Added migrations

This commit is contained in:
2023-08-18 20:43:09 +02:00
parent 32260e95a7
commit 24a2837f34
5 changed files with 62 additions and 19 deletions

17
commands.json Normal file
View File

@@ -0,0 +1,17 @@
{
"start": {
"scopes": [
{
"name": "BotCommandScopeDefault"
}
]
},
"remove_commands": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}