powercord-community / betterfriends

Plugin that aims to improve Discord's friend feature. Developer: @Nevvulo
Apache License 2.0
58 stars 8 forks source link

Add support for group DMs #42

Open oliver-ni opened 3 years ago

oliver-ni commented 3 years ago

Added support for group DMs. Created a new favdms setting store separate from the favfriends one, so nothing previously should break.

The input box in the setting is combined as shown:

Screen Shot 2021-06-29 at 2 28 35 AM

(The group DM is circled.)

Group DMs show up on the sidebar in the same category as previously:

Screen Shot 2021-06-29 at 2 14 26 AM

There isn't really much else to it. It seems to be a highly wanted feature (Closes #17) and I needed it too.

oliver-ni commented 3 years ago

Note that I am new to Powercord plugin development. let me know if there's any issues.