From 8d33dc0ab2d8578ed843640943d064ea2022b8bf Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 22 Apr 2023 16:36:14 +0600 Subject: [PATCH] Update README.md --- InlineQueriesBot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InlineQueriesBot/README.md b/InlineQueriesBot/README.md index 4765c04..7661fdb 100644 --- a/InlineQueriesBot/README.md +++ b/InlineQueriesBot/README.md @@ -1,9 +1,9 @@ -# RandomFileSenderBot +# InlineQueriesBot -This bot will send random file from input folder OR from bot working folder +This bot will form the inline queries for you. For that feature you should explicitly enable inline queries in bot settings ## Launch ```bash -../gradlew run --args="BOT_TOKEN[ optional/folder/path]" +../gradlew run --args="BOT_TOKEN" ```