mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
gateway: Add IntentMessageContent
See https://discord.com/developers/docs/topics/gateway#message-content-intent.
This commit is contained in:
parent
abe3d2aa9b
commit
ba9d20b34b
|
@ -25,7 +25,7 @@ const (
|
|||
IntentDirectMessages
|
||||
IntentDirectMessageReactions
|
||||
IntentDirectMessageTyping
|
||||
_
|
||||
IntentMessageContent
|
||||
IntentGuildScheduledEvents
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue