fixes and improvements

This commit is contained in:
2024-04-18 20:06:59 +06:00
parent b660bf5f42
commit c04a367375
3 changed files with 20 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ suspend fun main(args: Array<String>) {
getStickerSet(stickerSetName).stickers.last()
)
}
}.onFailure { _ ->
}.onFailure { exception ->
createNewStickerSet(
it.chat.id.toChatId(),
stickerSetName.string,