dolfies
dolfies
Read state docs aren't there yet, it's quite complicated unfortunately. You can look at discord.py-self for a *mostly* complete implementation.
Yup! It gets a little more complicated with other read state types though You can take a look here, though I don't have the IS_MENTION_LOW_IMPORTANCE flag or the new unread...
Implementing voice receive properly is quite difficult and low on the priority list. All existing implementation attempts have plenty of issues (see all the dpy issues/PRs on this topic) *including*...
This will unfortunately most likely not make its way into the core library, at least not anytime soon. Closing for now :(
On my radar, just haven't had time to do it. Feel free to PR an implementation similar to the existing UserSettings!
Bots cannot use the join request endpoints unfortunately, best you can do is listen for the gateway events
This is because the scheduled event object will always have the recurring date. When you edit the date for one recurrence, it creates something called a scheduled event exception, which...
Implemented in the latest master commit! Sorry for the wait
Hi! This is what I think is happening here (from a quick glance). User presence is quite complicated. When user status is updated on a different client, the client modifies...
The color output code is unchanged from upstream discord.py. Can you reproduce it there?