We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user reported a bug in the Discord server.
Those variables, parameters, etc. whose type is Int may either be UInt32 or UInt64 based on the system architecture.
Int
This can, and does lead into a crash in 32-bit systems for those values returned by Discord that are supposed to be handled as UInt64.
Solution?: Specify UInt64 directly.
The text was updated successfully, but these errors were encountered:
Fix for #15
2bf7d97
No branches or pull requests
A user reported a bug in the Discord server.
Those variables, parameters, etc. whose type is
Int
may either be UInt32 or UInt64 based on the system architecture.This can, and does lead into a crash in 32-bit systems for those values returned by Discord that are supposed to be handled as UInt64.
Solution?: Specify UInt64 directly.
The text was updated successfully, but these errors were encountered: