Astrea
Astrea
While I do appreciate the PR (because I think it's still useful), this isn't what the documentation says. It specifically says that it's for *checks*, not for the actual user.py,...
If it's undocumented, the usual thing to do is to simply not add anything until it is. We've ran into issues in the past where we named something too early...
I'd like to add making `Snowflake.__int__` actually return an `int` to the list, as it seems like some users are getting warnings that making `__int__` return subclasses of `int` may...
More things: - #1508 and #1517. - For autocomplete, make `ctx.kwargs/args` arguments resolve to the correct type (currently, a channel in `ctx.kwargs/args` will just return the string snowflake ID of...
RE the Snowflake issue:  At the very least, even if I can't make it appear myself, I agree with the fact that `__int__` *should* return `int`.
> I'm intrigued by #1508 being here, I believe we agreed this was not a 6.x pressing issue with Discord writing multi attachment data to embeds itself. What's the reason...
@LordOfPolls has been MIA as far as we're aware, but suggesting he knows the most about anything audio related in interactions.py, I'm still going to mention him here so he...
> Completeness, and accounting for the fact people seem adverse to using `__init__`. Is... this actually a thing? Genuinely asking - I've never encountered a person who didn't want to...
It... does respect the event loop though. It's not a violation, it's simply a convenient queue. I understand lower-level languages make it important, but this is Python out of all...
...that's a feature addition, not a bug.