You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ Client }=require('discord.js-selfbot-v13');require('dotenv').config();constbot=newClient({checkUpdate: false,});constTOKEN=process.env.TOKEN;bot.login(TOKEN);bot.once('ready',()=>{console.log(`Logged in as ${bot.user.tag}!\n`);bot.user.setStatus('online');});bot.on('presenceUpdate',(oldMember,newMember)=>{console.log("test");// <- this line does not execute when I change status});
Which package has the bugs?
The core library
Issue description
event presenceUpdate only works when you are a friend with a bot
Link to video:
https://youtu.be/MSkMWBFdLDI
Code sample
Package version
[email protected]
Node.js version
v16.15.1
Operating system
Arch linux
Priority this issue should have
Medium (should be fixed soon)
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: