You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As PR #2 , by @Ran-Mewo, files are already available here. However, PR wasn't added and there were commits ahead. Is it possible to integrate?
I'm no dev and I actually don't know s* about how to use Git, however, seeing all the structures of files, I think that the following differences could be added to make it a more proper official integration as it supposedly changes just a few lines of code:
As PR #2 , by @Ran-Mewo, files are already available here. However, PR wasn't added and there were commits ahead. Is it possible to integrate?
I'm no dev and I actually don't know s* about how to use Git, however, seeing all the structures of files, I think that the following differences could be added to make it a more proper official integration as it supposedly changes just a few lines of code:
equicord meta.js
export const incompatibilities = ["betterdiscord", "moonlight", "vencord"];
better discord meta.js
export const incompatibilities = ["vencord", "moonlight", "equicord"];
moonlight meta.js
export const incompatibilities = ["betterdiscord", "equicord", "vencord"];
vencord meta.js
export const incompatibilities = ["betterdiscord", "moonlight", "equicord"];
The text was updated successfully, but these errors were encountered: