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

@@ -1,3 +1,8 @@
/**
* Runs [activateStickerInfoBot] on the JVM and prints its startup bot information to standard output.
*
* @param args the Telegram bot token as the first element; additional elements are ignored
*/
suspend fun main(args: Array<String>) {
activateStickerInfoBot(args.first()) {
println(it)