We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f09bd commit 1adebb2Copy full SHA for 1adebb2
agent/src/index.ts
@@ -101,7 +101,7 @@ import net from "net";
101
import path from "path";
102
import { fileURLToPath } from "url";
103
import yargs from "yargs";
104
-import { createNFTCollectionsPlugin } from "@elizaos/plugin-nft-collections";
+import createNFTCollectionsPlugin from "@elizaos/plugin-nft-collections";
105
106
const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file
107
const __dirname = path.dirname(__filename); // get the name of the directory
0 commit comments