Add PermissionReadMessages deprecated comment
This commit is contained in:
parent
e26e635684
commit
e83cac31da
1 changed files with 1 additions and 0 deletions
|
@ -973,6 +973,7 @@ type IdentifyProperties struct {
|
|||
|
||||
// Constants for the different bit offsets of text channel permissions
|
||||
const (
|
||||
// Deprecated: PermissionReadMessages has been replaced with PermissionViewChannel for text and voice channels
|
||||
PermissionReadMessages = 1 << (iota + 10)
|
||||
PermissionSendMessages
|
||||
PermissionSendTTSMessages
|
||||
|
|
Loading…
Reference in a new issue