something

This commit is contained in:
levina 2022-02-11 12:55:01 +07:00 committed by GitHub
parent d6692fc15f
commit f70efe5122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
"description": "fill with your bot name from @BotFather", "description": "fill with your bot name from @BotFather",
"required": true "required": true
}, },
"ASSISTANT_NAME": { "ASSISTANT_USERNAME": {
"description": "fill with the assistant username account without @", "description": "fill with the assistant username account without @",
"required": true "required": true
}, },
@ -63,7 +63,7 @@
"description": "if you have channel, then fill the channel username here without @", "description": "if you have channel, then fill the channel username here without @",
"required": true "required": true
}, },
"OWNER_NAME": { "OWNER_USERNAME": {
"description": "fill with your telegram account username without @", "description": "fill with your telegram account username without @",
"required": true "required": true
}, },