1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-05 19:57:02 +00:00
arikawa/gateway
Scott 10c8837000 api: Finalized buttons implementation (#200)
* all: Added Components fields to message-related types
* discord: Documented Reactions field
* discord: Implement fix for Component
* gateway: Added User and Message fields to InteractionCreateEvent
* api: Made InteractionResponseData fields optional for UpdateMessage responses
* api: Deprecated and updated interaction response types
* gateway: Update optional interaction event fields
* discord: Added ComponentWrap for json unmarshalling
* state: Update components on MessageUpdate
* Updated buttons example
2021-05-29 21:32:33 -07:00
..
commands.go Gateway: Better Activities type for UpdateStatusData 2021-02-07 17:03:12 -08:00
events.go api: Finalized buttons implementation (#200) 2021-05-29 21:32:33 -07:00
events_map.go Discord: Add basic support for slash commands 2021-01-27 10:44:14 -08:00
gateway.go Gateway: Sharding callback, proper closing (#190) 2021-04-07 11:38:26 -07:00
identify.go
integration_test.go Gateway: Test Reconnect error 2021-04-07 11:42:13 -07:00
intents.go
intents_map.go
op.go Gateway: Sharding callback, proper closing (#190) 2021-04-07 11:38:26 -07:00
perseverance_test.go CI: Add perseverance test for Gateway 2020-12-31 23:48:29 -08:00
ready.go