You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a problem where the audit_log will fetch so much more logs than required. This is cause when there is more than 100 logs to fetch, the iterator does not execute the logs in the right orders. It can only appear when more than 100 logs, becuase the iterator fetch logs in batch of max 100. For exemple there is 134 logs to fetch but it will fetch 3600 logs... That can be a big problem for performance and rate limits.
Summary
When trying to get oldest_first, it returns newest firsts
Reproduction Steps
I am trying to get the oldest_first in the audit logs:
But it is returning the most recent first ...
Minimal Reproducible Code
Expected Results
Actual Results
Intents
moderation, members, guilds
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: