搜索频道时出现错误。
代码:
TypeError: message.guild.channels.find is not a function
错误:
{{1}}
我希望有人能帮助我! :-)
答案 0 :(得分:0)
您可能正在使用过时的代码。在discord.js版本12 .channels
中进行了更改。版本12中的等效代码行为:
let logschannel = message.guild.channels.cache.find(channel => channel.name === 'logs');