diamondburned / gtkcord3

A Gtk3 Discord client in Golang
GNU General Public License v3.0
628 stars 28 forks source link

Powercord/Betterdiscord Support #117

Open ThatOneOcto opened 2 years ago

ThatOneOcto commented 2 years ago

Is there a way I can mod the client? All I really need is an account switcher

diamondburned commented 2 years ago

The client is completely open source, so yes.

Scraft161 commented 2 years ago

rather than either powercord or Betterdiscord, I think it would be better to enable people to load modules from Kernel which already has modules for both plugin systems. it also has the advantage of being extremely small compared to either of the other ones so porting wouldn't be that big of a problem compared to betterdiscord or powercord.

(also, there is the TOKEN environment variable you can use so you could write a script to launch the client instance with the correct user)

Atakku commented 2 years ago

This is a client written in Go with no relation to discord's official client or electron, therefore you can't just load electron modules because this is completely different