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
ScheduledEvent.creator_id returns str instead of int
events = client.club_guild.scheduled_events event = events[0] print(repr(event.creator_id))
No response
The documentation says it's integer. Also other parts of the SDK return IDs of things as integers.
It's a string.
standard ones
irrelevant?
The text was updated successfully, but these errors were encountered:
ScheduledEvent.creator_id
Dorukyum
JustaSqu1d
No branches or pull requests
Summary
ScheduledEvent.creator_id returns str instead of int
Reproduction Steps
Minimal Reproducible Code
No response
Expected Results
The documentation says it's integer. Also other parts of the SDK return IDs of things as integers.
Actual Results
It's a string.
Intents
standard ones
System Information
irrelevant?
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: