【发布时间】:2020-12-05 17:05:24
【问题描述】:
我正在尝试查找我的机器人是否具有特定的角色,以便它可以做其他事情。例如:
client.user.roles.cache.find(r => r.name === 'specific role');
我的错误:
TypeError: Cannot read property 'cache' of undefined
【问题讨论】:
-
它对我不起作用...
-
我收到
TypeError: Cannot read property 'cache' of undefined
标签: discord.js