fix of build

This commit is contained in:
2026-03-09 01:00:04 +06:00
parent 728270cac0
commit a9c4f789b5
7 changed files with 7 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ interface Plugin : StartPlugin {
* @param scope The scope of [org.koin.core.module.Module.single] of bot definition
* @param params Params (in fact, the whole bot config)
*/
@Suppress("DEPRECATION")
fun KtorRequestsExecutorBuilder.setupBotClient(scope: Scope, params: JsonObject) = setupBotClient()
/**