mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Fix inconsistency in VcNarrator default options (#3246)
This commit is contained in:
parent
dcd4531327
commit
dcb31ca849
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ export default definePlugin({
|
||||||
muteMessage: {
|
muteMessage: {
|
||||||
type: OptionType.STRING,
|
type: OptionType.STRING,
|
||||||
description: "Mute Message (only self for now)",
|
description: "Mute Message (only self for now)",
|
||||||
default: "{{USER}} Muted"
|
default: "{{USER}} muted"
|
||||||
},
|
},
|
||||||
unmuteMessage: {
|
unmuteMessage: {
|
||||||
type: OptionType.STRING,
|
type: OptionType.STRING,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue