1
0
Fork 0
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:
diamondburned 2023-03-15 15:16:42 -07:00
parent abe3d2aa9b
commit ba9d20b34b
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -25,7 +25,7 @@ const (
IntentDirectMessages
IntentDirectMessageReactions
IntentDirectMessageTyping
_
IntentMessageContent
IntentGuildScheduledEvents
)