Fix small issue in vcNarrator default options

This commit is contained in:
OutCraft 2025-02-21 13:44:57 +01:00 committed by GitHub
parent b5ef858e71
commit 6a5b58a8c6
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,