From f70efe5122ed39353bfda804da6a18c1905d30a2 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 11 Feb 2022 12:55:01 +0700 Subject: [PATCH] something --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index c4fa86d..15da97c 100644 --- a/app.json +++ b/app.json @@ -35,7 +35,7 @@ "description": "fill with your bot name from @BotFather", "required": true }, - "ASSISTANT_NAME": { + "ASSISTANT_USERNAME": { "description": "fill with the assistant username account without @", "required": true }, @@ -63,7 +63,7 @@ "description": "if you have channel, then fill the channel username here without @", "required": true }, - "OWNER_NAME": { + "OWNER_USERNAME": { "description": "fill with your telegram account username without @", "required": true },