mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-23 23:15:10 +00:00
Fix small issue in vcNarrator default options
This commit is contained in:
parent
b5ef858e71
commit
6a5b58a8c6
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ export default definePlugin({
|
|||
muteMessage: {
|
||||
type: OptionType.STRING,
|
||||
description: "Mute Message (only self for now)",
|
||||
default: "{{USER}} Muted"
|
||||
default: "{{USER}} muted"
|
||||
},
|
||||
unmuteMessage: {
|
||||
type: OptionType.STRING,
|
||||
|
|
Loading…
Add table
Reference in a new issue