1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-02-11 14:02:58 +00:00
arikawa/api
Scott abeaef8122
API: Added SendReply methods (#187)
* API: Added SendReply methods

* Grammar edit

* referenceID & adheres to 100 column limit
2021-02-14 12:29:41 -08:00
..
rate API: Fix atomic SIGSEGV in ARM 2020-12-31 10:24:51 -08:00
webhook Webhook: Shorter constructor function names 2020-12-16 13:22:26 -08:00
api.go
api_test.go
application.go Discord: Add basic support for slash commands 2021-01-27 10:44:14 -08:00
channel.go
emoji.go Discord: Added typed APIEmoji 2020-12-16 12:24:23 -08:00
guild.go API: Separated min function 2020-12-26 16:08:41 -08:00
image.go replace usage of discordapp.com with discord.com in docs 2020-11-03 10:14:53 -08:00
integration_test.go CI: Add perseverance test for Gateway 2020-12-31 23:48:29 -08:00
interaction.go Discord: Add basic support for slash commands 2021-01-27 10:44:14 -08:00
invite.go API: Added JoinInvite 2020-12-31 00:16:43 -08:00
login.go
member.go API: Separated min function 2020-12-26 16:08:41 -08:00
message.go API: Added SendReply methods (#187) 2021-02-14 12:29:41 -08:00
message_reaction.go API: Separated min function 2020-12-26 16:08:41 -08:00
role.go
send.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
send_test.go API: Move ExecuteWebhookData, add package sendpart for uploads 2020-12-16 13:11:11 -08:00
user.go API: Add get Note endpoint 2020-12-26 16:13:10 -08:00
webhook.go