DarkGuy10 / BotClient

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

[FEATURE] - Allow bot to recieve and send PM #36

Closed craftish37 closed 2 years ago

craftish37 commented 2 years ago

Is your feature request related to a problem? Please describe. Bots are not able to send and recieve PM

Describe the solution you'd like Well I think the name of the request is well chosen but... The bot should be able to send and recieve PM (Private Messages) (:

Describe alternatives you've considered Have an interface just like the default discord :P I can't help on the developement part, my skills in web dev are way too weak to be useful :/

Additional context

Your app is actualy damn useful, I'm already using it and is a QoL that should be in discord itself, continue like that ❤️

craftish37 commented 2 years ago

(Well I'm damn blind, just found out how to do it, but clicks seems to be broken, can't right click on profiles :x )

DarkGuy10 commented 2 years ago

(Well I'm damn blind, just found out how to do it, but clicks seems to be broken, can't right click on profiles :x )

The right clicks don't work because the external lib we're using to render message is non-interactive Instead, we have two alternate ways of opening a DM:

Method 1 (direct method)

Click on the [user with a +] sign on the action buttons in a message image

Method 2

Copy a user's ID from discord.com (note: you cannot right click on someone's profile in the botclient yet) image Head to the Direct Messages section in the botclient image Paste the userID in the search box and click on the profile to open the DM image Profit (: image

Your app is actualy damn useful, I'm already using it and is a QoL that should be in discord itself, continue like that :heart:

Tysm!!