Discord.js v11에서 v12로 마이그레이션: 일반적인 문제 해결
Discord.js v12로 업그레이드할 때 다음으로 인해 오류가 발생할 수 있습니다. 파괴적인 변화. 다음은 몇 가지 일반적인 문제와 해결 방법입니다.
관리자
다음과 같은 메소드 message.member.addRole, Guild#createChannel 및 TextBasedChannel#fetchMessages가 해당 관리자로 이동되었습니다. 예:
await message.member.roles.add(role); await message.guild.channels.create('welcome'); const messages = await message.channel.messages.fetch();
Collection
collection.find(item => item.property === 'value');collection.find(item => item.property === 'value');
RichEmbed/MessageEmbed
collection.find(item => item.property === 'value');
const dispatcher = Connection.play('./music.mp3');
Client#createVoiceBroadcast가 ClientVoiceManager로 이동되었습니다.collection.find(item => item.property === 'value');이미지 URL
const 아바타 = user.displayAvatarURL(); const icon = message.guild.iconURL();
const avatar = user.displayAvatarURL(); const icon = mesage.guild.iconURL();
부인 성명: 제공된 모든 리소스는 부분적으로 인터넷에서 가져온 것입니다. 귀하의 저작권이나 기타 권리 및 이익이 침해된 경우 자세한 이유를 설명하고 저작권 또는 권리 및 이익에 대한 증거를 제공한 후 이메일([email protected])로 보내주십시오. 최대한 빨리 처리해 드리겠습니다.
Copyright© 2022 湘ICP备2022001581号-3