Closed ForliyScarlet closed 3 months ago
val bot = ... val api = ... bot.execute(api) bot.executeRaw(api) bot.executeResult(api) bot.executeData(api) bot.inExecutableScope { api.execute() api.executeRaw() api.executeResult() api.executeData() }
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report