gtkcord3
gtkcord3 copied to clipboard
Powercord/Betterdiscord Support
Is there a way I can mod the client? All I really need is an account switcher
The client is completely open source, so yes.
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)
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