This commit is contained in:
Mirco Wittrien 2020-09-16 16:35:38 +02:00
parent 62a6d849b9
commit 5d0137d456
3 changed files with 3 additions and 3 deletions

View File

@ -57,4 +57,4 @@
- [Timed Light Dark Mode](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TimedLightDarkMode) - Allows you to automatically change light/dark mode depending on the time of date. Slider is added to the 'Appearance' settings.
- [Top Role Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TopRoleEverywhere) - Adds the highest role of a user as a tag.
- [User Notes](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/UserNotes) - Allows you to write your own user notes wihtout a character limit.
- [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Changes message input to uppercase.
- [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Changes first letter in message input to uppercase.

View File

@ -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
Changes the first letter in the text input to uppercase.
Changes first letter in message input to uppercase.

View File

@ -8,7 +8,7 @@ var WriteUpperCase = (_ => {
getAuthor () {return "DevilBro";}
getDescription () {return "Changes message input to uppercase.";}
getDescription () {return "Changes first letter in message input to uppercase.";}
constructor () {
this.changelog = {