This commit is contained in:
Mirco Wittrien 2021-03-03 13:50:55 +01:00
parent e299ffbe20
commit 037f58451f
2 changed files with 4 additions and 14 deletions

View File

@ -14,13 +14,8 @@ module.exports = (_ => {
"info": {
"name": "DisplayServersAsChannels",
"author": "DevilBro",
"version": "1.4.6",
"version": "1.4.7",
"description": "Display servers in a similar way as channels"
},
"changeLog": {
"fixed": {
"Works again": "Can discord stop messing with the server list, jeez"
}
}
};
@ -84,7 +79,7 @@ module.exports = (_ => {
DefaultHomeButton: "render",
DirectMessage: "render",
Guild: "render",
GuildFolder: "type",
GuildFolder: "render",
CircleIconButton: "render",
UnavailableGuildsButton: "UnavailableGuildsButton"
}

View File

@ -14,13 +14,8 @@ module.exports = (_ => {
"info": {
"name": "ServerFolders",
"author": "DevilBro",
"version": "6.8.8",
"version": "6.8.9",
"description": "Patch Discords native Folders in a way to open Servers within a Folder in a new bar to the right, also adds a bunch of new features to more easily organize, customize and manage your Folders"
},
"changeLog": {
"improved": {
"Canary Changes": "Preparing Plugins for the changes that are already done on Discord Canary"
}
}
};
@ -404,7 +399,7 @@ module.exports = (_ => {
this.patchedModules = {
after: {
AppView: "default",
GuildFolder: "type",
GuildFolder: "render",
Guilds: "render",
Guild: ["componentDidMount", "render"],
GuildFolderSettingsModal: ["componentDidMount", "render"]