DarkGuy10 / BotClient

A discord botclient built with Electron, React and discord.js.
MIT License
185 stars 17 forks source link

Can't login without enabling intents! #27

Closed karimawi closed 2 years ago

karimawi commented 2 years ago

Whenever I login it says: [DISALLOWED_INTENTS] Privileged intent provided is not enabled or whitelisted.

But my bot is verified and I can't enable intents, I must apply for them, but I should be able to use the client just fine without intents, I'll be missing some features but it'll mostly work, how can I do that?

DarkGuy10 commented 2 years ago

@karimawii Yes, you can use the client without a few privileged intents and it should still work, though with some missing features. Edit public/electron.js and comment out either or both of lines 107 and 108 likes this, depending on whatever intents you can't enable: image

karimawi commented 2 years ago

There's no solution for the app version? I must use the source code for that? Cause I have no idea how to set it up from the source code 😢

jerbear2008 commented 2 years ago

There is not at the moment.

DarkGuy10 commented 2 years ago

@karimawii there isnt any direct solution for the compiled app at the moment. You will have to edit from the source code.

karimawi commented 2 years ago

Well, thanks for the help, appreciate it

DarkGuy10 commented 2 years ago

@karimawii you can join our support server and we'll help you out with setting up the source code