gizmo385/discord.clj

logs-from limit not respected

JasonKDarby opened this issue · 1 comments

discord.http/logs-from returns all results regardless of the limit supplied. I haven't checked this that thoroughly, I only had 16 messages and it returned all when I tried limit as 0, 1, 2, or 50.

Hmmm interesting, I'll need to look into this. I believe I based this endpoint off of a similar endpoint in discord.py and, if I'm being totally honest, I'm not sure what the intended use for the function/endpoint is.