1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-09 16:35:12 +00:00
arikawa/api
samhza 354199383a
api: Remove Client.SendText (#234)
SendMessage(a, b) is equivalent to SendText(a, b) so SendText is
redundant.

Programs using SendText can be updated with

    $ gofmt -r 'c.SendText(a, b) -> c.SendMessage(a, b)' -w .
2021-06-22 17:48:16 -07:00
..
rate *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
webhook api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
api.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
api_test.go API: Added WithContext API, closes #15 2020-05-03 14:02:03 -07:00
application.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
bot.go shard: Remake shard manager (#226) 2021-06-14 15:22:55 -07:00
channel.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
emoji.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
guild.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
image.go *: Rename error types to have Error suffix (#215) 2021-06-06 12:40:24 -07:00
integration_test.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
interaction.go discord: Add Flags field to InteractionResponseData 2021-06-14 15:23:08 -07:00
invite.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
login.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
member.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
message.go api: Remove Client.SendText (#234) 2021-06-22 17:48:16 -07:00
message_reaction.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
role.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
send.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
send_test.go api: Update sending/editing messages for v9 (#230) 2021-06-17 23:32:11 -07:00
stage.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
user.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00
webhook.go *: Migrated Go Modules to v3 2021-06-01 19:59:01 -07:00