DarkGuy10 / BotClient

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

bug: receiving DMs from unopened channels does not add them to open DM list #42

Open Long1351 opened 2 years ago

Long1351 commented 2 years ago

I can't get direct messages from a user

aiko-chan-ai commented 2 years ago

I can't get direct messages from a user

maybe the client doesn't open the partial to receive the message

DarkGuy10 commented 2 years ago

@aiko-chan-ai correct, the client doesn't use partials, I tried checking if turning on channel partials directly solves the issue but it doesn't. The IPC / client events need to be slightly tweaked