Extensions: migrate irc plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:07 -05:00
parent 39a55844bc
commit 9b6101e382
9 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import type { PluginRuntime } from "openclaw/plugin-sdk";
import type { PluginRuntime } from "openclaw/plugin-sdk/compat";
let runtime: PluginRuntime | null = null;