无法读取未定义的属性“缓存”

时间:2021-02-18 13:01:11

标签: javascript discord.js

我想让用户在我的机器人上扮演角色,但是当我使用下面的代码时,我收到“TypeError:无法读取未定义的属性‘缓存’”错误。

  client.shard.broadcastEval(`this.roles.cache.get("792485428837875782")`).then(res => { 
    const filtered = res.filter(function (veri) {
      console.log(veri)
    });
  });

0 个答案:

没有答案