diff --git a/agent/src/index.ts b/agent/src/index.ts index ac9f21fcd5c..123a60b25d9 100644 --- a/agent/src/index.ts +++ b/agent/src/index.ts @@ -101,7 +101,7 @@ import net from "net"; import path from "path"; import { fileURLToPath } from "url"; import yargs from "yargs"; -import { createNFTCollectionsPlugin } from "@elizaos/plugin-nft-collections"; +import createNFTCollectionsPlugin from "@elizaos/plugin-nft-collections"; const __filename = fileURLToPath(import.meta.url); // get the resolved path to the file const __dirname = path.dirname(__filename); // get the name of the directory