LibBotUniversal/examples/commands.json

21 lines
406 B
JSON
Raw Normal View History

2024-01-03 23:45:39 +02:00
{
"help": {
"scopes": [
{
"name": "BotCommandScopeDefault"
},
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
},
"shutdown": {
"scopes": [
{
"name": "BotCommandScopeChat",
"chat_id": "owner"
}
]
}
}