This commit is contained in:
Mirco Wittrien 2022-02-06 18:09:47 +01:00
parent 4d2790be0a
commit 392bf5209b
3 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
* @name DisplayServersAsChannels
* @author DevilBro
* @authorId 278543574059057154
* @version 1.5.6
* @version 1.5.7
* @description Displays Servers in a similar way as Channels
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "DisplayServersAsChannels",
"author": "DevilBro",
"version": "1.5.6",
"version": "1.5.7",
"description": "Displays Servers in a similar way as Channels"
}
};
@ -79,7 +79,7 @@ module.exports = (_ => {
Guilds: "type",
HomeButton: "type",
DirectMessage: "render",
GuildItem: "default",
GuildItem: "type",
FolderItem: "default",
FolderHeader: "default",
CircleIconButton: "render",

View File

@ -2,7 +2,7 @@
* @name EditServers
* @author DevilBro
* @authorId 278543574059057154
* @version 2.3.6
* @version 2.3.7
* @description Allows you to locally edit Servers
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "EditServers",
"author": "DevilBro",
"version": "2.3.6",
"version": "2.3.7",
"description": "Allows you to locally edit Servers"
},
"changeLog": {
@ -86,7 +86,7 @@ module.exports = (_ => {
this.patchedModules = {
before: {
GuildItem: "default",
GuildItem: "type",
GuildIconWrapper: "render",
MutualGuilds: "default",
QuickSwitcher: "render",
@ -97,7 +97,7 @@ module.exports = (_ => {
},
after: {
RecentsChannelHeader: "default",
GuildItem: "default",
GuildItem: "type",
BlobMask: "render",
GuildIconWrapper: "render",
GuildIcon: "render",

View File

@ -2,7 +2,7 @@
* @name ServerDetails
* @author DevilBro
* @authorId 278543574059057154
* @version 1.1.1
* @version 1.1.2
* @description Shows Server Details in the Server List Tooltip
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "ServerDetails",
"author": "DevilBro",
"version": "1.1.1",
"version": "1.1.2",
"description": "Shows Server Details in the Server List Tooltip"
},
"changeLog": {
@ -190,7 +190,7 @@ module.exports = (_ => {
this.patchedModules = {
after: {
GuildItem: "default"
GuildItem: "type"
}
};
@ -470,7 +470,7 @@ module.exports = (_ => {
return {
boosts: "Бустеры",
creation_date: "Дата создания",
join_date: "Дата вступления"
join_date: "Дате вступления"
};
case "sv": // Swedish
return {