WANstorm / PossumBot

A bot that will allow you to destroy discord servers.
MIT License
198 stars 190 forks source link

fix arturdebil command #73

Closed notSalt closed 3 years ago

notSalt commented 3 years ago

Fixes #52

notSalt commented 3 years ago

Does it return error or nothing happens?

TockThomas commented 3 years ago

Nothing happens, he doesn't give an error or something else. I would like to help you, but I can't JavaScript, only Python, C# and Java

UPDATE: after few minutes it gives that error. image

notSalt commented 3 years ago

Ah, I think I know why it doesn't work. If you didn't enable Gateway Intents for Server Members, the bot cannot fetch offline or invisible users

TockThomas commented 3 years ago

It fixed, thx.

notSalt commented 3 years ago

Also, this also should fix #31

Madalin-Vis commented 3 years ago

Ah, I think I know why it doesn't work. If you didn't enable Gateway Intents for Server Members, the bot cannot fetch offline or invisible users

and how do i do that ?

notSalt commented 3 years ago

In Discord Developers page, where you create your bot. https://discord.com/developers

Madalin-Vis commented 3 years ago

In Discord Developers page, where you create your bot. https://discord.com/developers

ok...i find it ...but how do i activate it ?

WANstorm commented 3 years ago

@notSalt It works, thanks for the fix.

notSalt commented 3 years ago

Might also want to close #31 as it's the same issue