qeled / discordie

Predictable JavaScript abstractions for Discord API.
https://qeled.github.io/discordie/
BSD 2-Clause "Simplified" License
190 stars 45 forks source link

ITextChannel.fetchMessages(limit, before, after); doesn't work with both before and after #85

Open Edsardio opened 7 years ago

Edsardio commented 7 years ago

When you use both the before and the after at the same time it selects every message after but ignores the before.