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,5 +1,9 @@
import kotlinx.coroutines.runBlocking
/**
* Starts the native resender launcher with the first element of [args] as its bot
* token. Later elements are ignored.
*/
fun main(vararg args: String) {
runBlocking {
activateResenderBot(args.first()) {