Fixes to Pagination function and Event response objects
Pre-release
Pre-release
Fixes:
- Resolved pagination issue where pagination used to end too early.
- Events response object uses .get() method now to accomodate different EventType HTTP responses.
Minor things:
- removed outdated docstring, lowered ratelimiter frequency
- Various typehint error fixes.
- Fixed some duplicate tests coming from git merge/rebase mistakes.