@elizaos/plugin-discord 1.3.7 → 1.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7365,7 +7365,7 @@ function createCompatRuntime(runtime) {
7365
7365
  addServerId(world)
7366
7366
  );
7367
7367
  }
7368
- return value;
7368
+ return value.bind(target);
7369
7369
  }
7370
7370
  });
7371
7371
  }