update readmes

This commit is contained in:
2026-08-21 15:51:06 +06:00
parent 016400a821
commit ce48393895
104 changed files with 2615 additions and 333 deletions

View File

@@ -20,7 +20,10 @@ import kotlinx.coroutines.Dispatchers
import java.io.File
/**
* This bot will download incoming files
* Starts the long-polling media downloader and echo bot.
*
* [args] must contain the bot token and may contain an output directory as its
* second item. The directory is created when necessary and defaults to `/tmp/`.
*/
suspend fun main(args: Array<String>) {
val botToken = args.first()