feat (VoiceState) add setStatus function

This commit is contained in:
Yellowy
2023-10-07 19:45:27 -05:00
parent b65545ad81
commit 5390ad3851
2 changed files with 11 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ const Messages = {
CLIENT_NO_CALL: 'No call exists!',
VOICE_NOT_STAGE_CHANNEL: 'You are only allowed to do this in stage channels.',
VOICE_NOT_IN_GUILD: 'You are only allowed to do this in guild channels.',
VOICE_STATE_NOT_OWN:
'You cannot self-deafen/mute/request to speak on VoiceStates that do not belong to the ClientUser.',