BUG update description
This commit is contained in:
parent
4194b08c1b
commit
e20749ea6f
|
@ -42,7 +42,7 @@ var BetterUnavailableGuilds = (() => {
|
|||
}
|
||||
],
|
||||
version: '0.2.6',
|
||||
description: 'Show the icons of unavailable guilds (servers) normally. Enables interaction with unavailable/offline guilds (servers).',
|
||||
description: 'Force Discord to show server icons of unavailable servers, instead of "1 server is unavailable" and enable interaction with the server (ability to leave the server, move it around, etc).',
|
||||
github: 'https://github.com/1Lighty',
|
||||
github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/BetterUnavailableGuilds/BetterUnavailableGuilds.plugin.js'
|
||||
},
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# [BetterUnavailableGuilds](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterUnavailableGuilds "BetterUnavailableGuilds") Changelog
|
||||
### 0.2.6
|
||||
- Fixed error spam that was so fast, devtools froze
|
||||
|
||||
### 0.2.5
|
||||
- Fixed settings menu not displaying an input
|
||||
- Removed unneeded Xenolib dependency
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# BetterUnavailableGuilds [![download](https://i.imgur.com/OAHgjZu.png)](https://1lighty.github.io/BetterDiscordStuff/?plugin=BetterUnavailableGuilds&dl=1 "BetterUnavailableGuilds")
|
||||
Show the icons of unavailable guilds (servers) normally. Enables interaction with unavailable/offline guilds (servers).
|
||||
Force Discord to show server icons of unavailable servers, instead of "1 server is unavailable" and enable interaction with the server (ability to leave the server, move it around, etc).
|
||||
### Features
|
||||
Whenever BetterDiscord, BetterDiscord2 and some other servers go unavailable, they are removed from your sidebar, even your folder, and shown as ! all the way at the bottom, which is annoying.
|
||||
This plugin simply fixes that, so the server stays in the sidebar and you can move it around/interact with it, you just can't view anything inside it.
|
||||
|
|
|
@ -15,7 +15,7 @@ Move between images in the entire channel with arrow keys, image zoom enabled by
|
|||
Replaces "Several people are typing" with who is actually typing, plus "x others" if it can't fit. Number of shown people typing can be changed.
|
||||
|
||||
## [BetterUnavailableGuilds](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/BetterUnavailableGuilds "BetterUnavailableGuilds")
|
||||
Show the icons of unavailable guilds (servers) normally. Enables interaction with unavailable/offline guilds (servers).
|
||||
Force Discord to show server icons of unavailable servers, instead of "1 server is unavailable" and enable interaction with the server (ability to leave the server, move it around, etc).
|
||||
|
||||
## [CrashRecovery](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/CrashRecovery "CrashRecovery")
|
||||
In the event that your Discord crashes, the plugin enables you to get Discord back to a working state, without needing to reload at all.
|
||||
|
@ -23,8 +23,6 @@ In the event that your Discord crashes, the plugin enables you to get Discord ba
|
|||
## [InAppNotifications](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/InAppNotifications "InAppNotifications")
|
||||
Show a notification in Discord when someone sends a message, just like on mobile.
|
||||
|
||||
## [MentionAliasesRedux](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/MentionAliasesRedux "MentionAliasesRedux")
|
||||
Set custom @mention aliases, that can also appear next to their name (nearly) anywhere, as well as have mention groups to mention multiple people at once.
|
||||
## [SaveToRedux](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/SaveToRedux "SaveToRedux")
|
||||
Allows you to save images, videos, profile icons, server icons, reactions, emotes and custom status emotes to any folder quickly, as well as install plugins from direct links.
|
||||
## [UnreadBadgesRedux](https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/UnreadBadgesRedux "UnreadBadgesRedux")
|
||||
|
|
Loading…
Reference in New Issue