Fix inconsistency in VcNarrator default options (#3246)

This commit is contained in:
OutCraft 2025-04-02 05:24:24 +02:00 committed by GitHub
parent dcd4531327
commit dcb31ca849
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,