TipBot icon indicating copy to clipboard operation
TipBot copied to clipboard

Help

Open HugoPhoenix opened this issue 5 years ago • 5 comments

Please set your Discord Presence to Online to talk to the bot!

It keep saying

HugoPhoenix avatar Feb 12 '21 15:02 HugoPhoenix

Is your status showing online for your account?

MSFTserver avatar Feb 12 '21 17:02 MSFTserver

yes

HugoPhoenix avatar Feb 13 '21 01:02 HugoPhoenix

Hmm well the only check i have for that is on line 136-139

if ( !msg.author.presence.status || msg.author.presence.status == 'offline' || msg.author.presence.status == 'invisible' ) {...}

And checking the docs those objects should still be the same

MSFTserver avatar Feb 13 '21 20:02 MSFTserver

Same issue here. It seems like msg.author.presence.status is returning offline even though the user account i'm testing with has online status.

PramodJoshi avatar Feb 23 '21 17:02 PramodJoshi

Ah i see, its most likely related to discord changes with privileged intents, ill look into this https://discordjs.guide/popular-topics/intents.html#the-intents-bitfield

MSFTserver avatar Feb 23 '21 21:02 MSFTserver