Update PollsBot.kt

This commit is contained in:
InsanusMokrassar 2023-08-20 11:38:56 +06:00 committed by GitHub
parent d289c2101d
commit e28a795796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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) {