messageReactionAdd not working any more
bot.on('raw', async packet =>
...
console.log(" bot.users.cache.get(packet.d.user_id)\n",bot.users.cache.get(packet.d.user_id));
console output is now
bot.users.cache.get(packet.d.user_id)
undefined
it use to work, so what changed now?
tried google, but couldn't find anything.
Please advise
1
-
this doesn't work any more either
guild.channels.create('new-channel', { type: 'text', permissionOverwrites: [ { id: message.guild.id, deny: ['VIEW_CHANNEL'], }, { id: message.author.id, allow: ['VIEW_CHANNEL'], },], });it use to work fine, but will error - unless you remove
{
id: message.author.id,allow: ['VIEW_CHANNEL'],
}0
Yorum yazmak için lütfen oturum açın.
Yorumlar
1 yorum