mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-11-18 13:00:07 +00:00
fill readme + rename fallback state handler
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
package dev.inmo.plagubot.config
|
||||
|
||||
typealias FallbackStateHandler<T> = suspend (T, Throwable) -> T?
|
||||
@@ -0,0 +1,3 @@
|
||||
package dev.inmo.plagubot.config
|
||||
|
||||
typealias StateHandlingErrorHandler<T> = suspend (T, Throwable) -> T?
|
||||
Reference in New Issue
Block a user