Skip to content

Commit

Permalink
Add missing user rights (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
beqabeqa473 committed Dec 30, 2023
1 parent 65b7ce2 commit b97401b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/TeamTalk/structs.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ class UserRight(Flag):
LockedStatus = TeamTalkPy.UserRight.USERRIGHT_LOCKED_STATUS
RecordVoice = TeamTalkPy.UserRight.USERRIGHT_RECORD_VOICE
ViewHiddenChannels = TeamTalkPy.UserRight.USERRIGHT_VIEW_HIDDEN_CHANNELS
textMessageUser = TeamTalkPy.UserRight.USERRIGHT_TEXTMESSAGE_USER
textMessageChannel = TeamTalkPy.UserRight.USERRIGHT_TEXTMESSAGE_CHANNEL


class UserAccount:
Expand Down

0 comments on commit b97401b

Please sign in to comment.