DarkGuy10 / BotClient

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

feature: custom client intents #43

Closed GreenCobalt closed 2 years ago

GreenCobalt commented 2 years ago

Is your feature request related to a problem? Please describe. My verified bot doesn't have all 3 privileged intents enabled, so I can't use this client with it.

Describe the solution you'd like Detect if the bot doesn't have the privileged intent (done already with the error message on login) and just disable that part of the client (eg doesn't have members intent: don't show members list). This would make the client compatible with more bots.

Describe alternatives you've considered N/A

Additional context N/A

DarkGuy10 commented 2 years ago

@GreenCobalt This feature is already in our to-do list, but thanks for opening the issue!

GreenCobalt commented 2 years ago

awesome, is there a timeline for implementation?

DarkGuy10 commented 2 years ago

awesome, is there a timeline for implementation?

Sadly nope. As it happens, I have my hands full with college prep and stuff so I can't commit time to the project right now. Development is therefore in a hiatus till I get free.

GreenCobalt commented 2 years ago

I understand, thanks for all the work you've done so far!