readmes
This commit is contained in:
parent
5a423956d0
commit
9dd1cb4d55
|
@ -9,5 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Allows the user to censor Words or block complete Messages/Statuses. Blocked in this case means, that a message that contains one of the words will be completely blocked in your chat window. Censored means you will still be able to read the message but the censored words will be unreadable. You can also completely hide blocked messages and enable the option to see the original message while hovering over a censored/blocked message
|
||||
Support Regular Expressions
|
||||
Allows the user to censor Words or block complete Messages/Statuses
|
|
@ -15,7 +15,7 @@ module.exports = (_ => {
|
|||
"name": "CompleteTimestamps",
|
||||
"author": "DevilBro",
|
||||
"version": "1.5.2",
|
||||
"description": "Replace all timestamps with complete timestamps"
|
||||
"description": "Replaces Timestamps with your own custom Timestamps"
|
||||
},
|
||||
"changeLog": {
|
||||
"fixed": {
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Replace all timestamps with complete timestamps
|
||||
Replaces Timestamps with your own custom Timestamps
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = (_ => {
|
|||
"name": "CopyRawMessage",
|
||||
"author": "DevilBro",
|
||||
"version": "1.1.2",
|
||||
"description": "Add a entry in the contextmenu when you right click a message that allows you to copy the raw contents of a message"
|
||||
"description": "Allows you to copy the raw Contents of a Message"
|
||||
},
|
||||
"changeLog": {
|
||||
"improved": {
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Add a entry in the contextmenu when you right click a message that allows you to copy the raw contents of a message
|
||||
Allows you to copy the raw Contents of a Message
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = (_ => {
|
|||
"name": "CreationDate",
|
||||
"author": "DevilBro",
|
||||
"version": "1.4.0",
|
||||
"description": "Display the Creation Date of an Account in the UserPopout and UserModal"
|
||||
"description": "Displays the Creation Date of an Account in the UserPopout and UserModal"
|
||||
},
|
||||
"changeLog": {
|
||||
"fixed": {
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Display the Creation Date of an Account in the UserPopout and UserModal
|
||||
Displays the Creation Date of an Account in the UserPopout and UserModal
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = (_ => {
|
|||
"name": "CustomStatusPresets",
|
||||
"author": "DevilBro",
|
||||
"version": "1.0.5",
|
||||
"description": "Allows you to save custom statuses as quick select"
|
||||
"description": "Allows you to save Custom Statuses as Quick Select"
|
||||
},
|
||||
"changeLog": {
|
||||
"improved": {
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Allows you to save custom statuses as quick select
|
||||
Allows you to save Custom Statuses as Quick Select
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = (_ => {
|
|||
"name": "DisplayLargeMessages",
|
||||
"author": "DevilBro",
|
||||
"version": "1.0.8",
|
||||
"description": "Inject the contents of large messages that were sent by discord via 'message.txt'"
|
||||
"description": "Injects 'message.txt' into Discord or open any '.txt' File in a Window"
|
||||
},
|
||||
"changelog": {
|
||||
"improved": {
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
|
||||
[patreon-link]: https://patreon.com/MircoWittrien
|
||||
|
||||
Inject the contents of large messages that were sent by discord via 'message.txt'
|
||||
Injects 'message.txt' into Discord or open any '.txt' File in a Window
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
- [Char Counter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CharCounter) - Adds a Character Counter to most Chat Inputs
|
||||
- [Chat Aliases](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ChatAliases) - Allows you to configure your own Aliases/Commands
|
||||
- [Chat Filter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ChatFilter) - Allows the user to censor Words or block complete Messages/Statuses
|
||||
- [Complete Timestamps](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CompleteTimestamps) - Replaces all timestamps with complete timestamps
|
||||
- [Copy Raw Message](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CopyRawMessage) - Adds a entry in the contextmenu when you right click a message that allows you to copy the raw contents of a message
|
||||
- [Complete Timestamps](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CompleteTimestamps) - Replaces Timestamps with your own custom Timestamps
|
||||
- [Copy Raw Message](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CopyRawMessage) - Allows you to copy the raw Contents of a Message
|
||||
- [Creation Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CreationDate) - Displays the Creation Date of an Account in the UserPopout and UserModal
|
||||
- [Custom Quoter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomQuoter) - Brings back the Quote Feature and allows you to set your own Quote Formats
|
||||
- [Custom Status Presets](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomStatusPresets) - Allows you to save custom statuses as quick select
|
||||
- [Display Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayLargeMessages) - Injects the contents of large messages that were sent by discord via 'message.txt'
|
||||
- [Custom Status Presets](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomStatusPresets) - Allows you to save Custom Statuses as Quick Select
|
||||
- [Display Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayLargeMessages) - Injects 'message.txt' into Discord or open any '.txt' File in a Window
|
||||
- [Display Servers As Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayServersAsChannels) - Displays servers in a similar way as channels
|
||||
- [Edit Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditChannels) - Allows the user to locally change the name and color of channels
|
||||
- [Edit Servers](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditServers) - Allows the user to locally change the name, initials, icon and color of servers
|
||||
|
|
Loading…
Reference in New Issue