Sacul

Results 12 comments of Sacul

Any updates on this? Also, it seems like the `expires_at` field is also present when an invite is created. https://discord.com/developers/docs/events/gateway-events#invite-create ```py {'uses': 0, 'type': 0, 'temporary': False, 'max_uses': 0, 'max_age':...

Draft until there's more updates on discord/discord-api-docs#7957

> Additionally, interaction.channel.parent is None, where I'd expect the parent channel. If I'm not mistaken, when your parent channel is `None` (i.e TextChannel), it will always return `False` Relevant code:...

Uh not sure what you mean, `bypass_slowmode` is an entirely new permission. It's a perm that allows you to bypass slowmode, that's all to it really

Docs/PR: discord/discord-api-docs#8001 Following the PR, I only edited the docs, I don't think I have to change anything else

given this is accepted, I think this should be in MessageType, not in Message. Similar to [`MessageType.is_deletable`](https://discordpy.readthedocs.io/en/latest/api.html?highlight=deletable#discord.MessageType.is_deletable), this avoids implying that the message can be forwarded anywhere, regardless of permission....

Just didn't think of doing so at that moment ig idk

Well they are *suppose* to but they don't cuz of the supposed bug