mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-26 06:07:16 +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
|
IntentDirectMessages
|
||||||
IntentDirectMessageReactions
|
IntentDirectMessageReactions
|
||||||
IntentDirectMessageTyping
|
IntentDirectMessageTyping
|
||||||
_
|
IntentMessageContent
|
||||||
IntentGuildScheduledEvents
|
IntentGuildScheduledEvents
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue