From e28a79579641711541608f5d0ff2b936d1c73632 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 20 Aug 2023 11:38:56 +0600 Subject: [PATCH] Update PollsBot.kt --- PollsBot/src/main/kotlin/PollsBot.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PollsBot/src/main/kotlin/PollsBot.kt b/PollsBot/src/main/kotlin/PollsBot.kt index 0f20259..efde7cf 100644 --- a/PollsBot/src/main/kotlin/PollsBot.kt +++ b/PollsBot/src/main/kotlin/PollsBot.kt @@ -33,7 +33,11 @@ import kotlinx.coroutines.sync.Mutex import kotlinx.coroutines.sync.withLock /** - * The main purpose of this bot is just to answer "Oh, hi, " and add user mention here + * This bot will answer with anonymous or public poll and send message on + * updates of any of it. + * + * * Use `/anonymous` to take anonymous regular poll + * * Use `/public` to take public regular poll */ @OptIn(PreviewFeature::class) suspend fun main(vararg args: String) {