MSFTserver / TipBot

Crypto coin TipBot for discord
MIT License
40 stars 117 forks source link

Help #33

Open HugoPhoenix opened 3 years ago

HugoPhoenix commented 3 years ago

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

It keep saying

MSFTserver commented 3 years ago

Is your status showing online for your account?

HugoPhoenix commented 3 years ago

yes

MSFTserver commented 3 years ago

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

PramodJoshi commented 3 years ago

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.

MSFTserver commented 3 years ago

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