mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 17:23:00 +00:00
397d288927
* API: fix faulty pagination behavior This fix fixes a condition which lead to all messages getting fetched if the limit was a multiple of 100, instead of just the limit. * API: add NewestMessages * API: clarify MessageAfter docs * API: adapt paginating methods for guild, member and message reaction to match the style of message's pagination methods * API: return nil if no items were fetched * API: remove Messages and Rename NewestMessages to Messages |
||
---|---|---|
.. | ||
rate | ||
api.go | ||
api_test.go | ||
channel.go | ||
emoji.go | ||
guild.go | ||
image.go | ||
integration_test.go | ||
invite.go | ||
login.go | ||
member.go | ||
message.go | ||
message_reaction.go | ||
role.go | ||
send.go | ||
send_test.go | ||
user.go | ||
webhook.go |