Skip to content

Commit

Permalink
Add voice set status permission
Browse files Browse the repository at this point in the history
  • Loading branch information
davidffa committed Jan 23, 2024
1 parent 8b62a40 commit 7f76a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ object Utils {
MESSAGE_ATTACH_VOICE_MESSAGE -> t("permissions.attachVoiceMessages")
VOICE_USE_SOUNDBOARD -> t("permissions.useSoundboard")
VOICE_USE_EXTERNAL_SOUNDS -> t("permissions.useExtSounds")
VOICE_SET_STATUS -> t("permissions.voiceSetStatus")
UNKNOWN -> t("permissions.unknown")
}
}
Expand Down
1 change: 1 addition & 0 deletions D4rkBotKtMain/src/main/resources/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ permissions:
attachVoiceMessages: "Attach Voice messages"
useSoundboard: "Use Soundboard"
useExtSounds: "Use external sounds"
setVoiceStatus: "Set voice status"
unknown: "Unknown"

commandManager:
Expand Down
1 change: 1 addition & 0 deletions D4rkBotKtMain/src/main/resources/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ permissions:
attachVoiceMessages: "Anexar mensagens de voz"
useSoundboard: "Usar a Soundboard"
useExtSounds: "Usar sons externos"
voiceSetStatus: "Setar status de voz"
unknown: "Desconhecido"

commandManager:
Expand Down

0 comments on commit 7f76a81

Please sign in to comment.