vi
vi
Looks like [`AuditLogEntry.options.channel_id`](https://github.com/discord/discord-api-docs/blob/e986a12bd3eceeec3fea10bc957a59fb9e53ef29/docs/resources/Audit_Log.md?plain=1#L141) in audit log entries with the new Automod trigger/event type can now be an empty string over REST (seems like a bug?) and null in gw events:...
Welp, turns out this will only work on >=3.11. Earlier versions of `fromisoformat` don't actually parse iso8601-formatted strings, contrary to the name. Alternatives include: - `arrow.get(t).datetime` (56.7us) - `datetime.strptime(t, "%Y-%m-%dT%H:%M:%S%z")`...
Fixed in https://github.com/onerandomusername/monty-python/pull/240/commits/38f73ddf768d48583b86b95e6f9c86461a384242.
> Could you please rebase with signed commits? Done.
There's a short intro for this in the docs: https://docs.disnake.dev/en/stable/logging.html. I'm not sure if there's anything that could be expanded upon - either way, this makes more sense to have...
Seems like this happens any time a list item starts with a tag (even just ``) - not sure why, since it works in the MDX playground, so it might...
Turns out this is a MDX v1 issue, we'd have to update to the Docusaurus v3 alpha to use MDX v2: https://github.com/facebook/docusaurus/issues/8945. I'm not sure if updating is viable for...
What's the status of this? Development on the shim generator has unfortunately stalled (~~1-year anniversary of https://github.com/DisnakeDev/discord-disnake/pull/3 soon heh~~), do we want to pick that back up or go through...
Thanks for the feature request! I'll be completely honest and say that I've somewhat moved on from this project and haven't used Cemu in almost a year by now, though...
> Making it actually return an `InteractionFollowupWebhook` will make it a runtime breaking change. I intentionally avoided that "by default" but if it's okay in this case i'll willingly do...