Skip to content
New issue

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 #2160

Closed
3 tasks done
honzajavorek opened this issue Jul 3, 2023 · 0 comments
Closed
3 tasks done

ScheduledEvent.creator_id returns str instead of int #2160

honzajavorek opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@honzajavorek
Copy link
Contributor

Summary

ScheduledEvent.creator_id returns str instead of int

Reproduction Steps

events = client.club_guild.scheduled_events
event = events[0]
print(repr(event.creator_id))

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

  • I have searched the open issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my token from display, if visible.

Additional Context

No response

@honzajavorek honzajavorek added the unconfirmed bug A bug report that needs triaging label Jul 3, 2023
@Dorukyum Dorukyum added bug Something isn't working and removed unconfirmed bug A bug report that needs triaging labels Jul 3, 2023
@Dorukyum Dorukyum self-assigned this Jul 3, 2023
@JustaSqu1d JustaSqu1d self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants