1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-07 10:09:08 +00:00
arikawa/state/store/defaultstore
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
..
channel.go Store: Fixed defaultstore out of bound error 2020-12-18 22:33:11 -08:00
defaultstore.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
emoji.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
guild.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
me.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
member.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
message.go api: Finalized buttons implementation (#200) 2021-05-29 21:32:33 -07:00
message_test.go State: Guarantee message order in store 2021-02-25 23:57:45 -08:00
presence.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
role.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00
voicestate.go State: Separate Store into smaller interfaces, Cabinet API 2020-11-29 16:57:58 -08:00