LukeZ
LukeZ
### Description When trying to create a new automod rule, there are three points at which this can fail. When using `AutoModEventType` in `event_type` instead of `int`, when using `AutoModTriggerType`...
It always gives me this error, but why?  Only the non-es6 path works.
I don't know how to install specific plugins. The docs only provide an answer on how to use them, but not on how to install them. I want to use...
The logic says - `>= 0` which is always true - and perhaps I'm dumb but you can't directly to `array > 0` - you gotta do `array.length > 0`...
### Description The accordion for the file upload examples isn't displayed. https://github.com/discord/discord-api-docs/blob/main/discord/developers/docs/components/reference.mdx?plain=1#L2030 It should be noted that this was there in the old version of the docs (my browser had...
### Description When deploying an HTTP interactions bot on Cloudflare Workers, making a `fetch()` request to Discord (using the `POST` method) from a worker does not resolve. The Promise returned...
### Description When writing markdown, the parsing is not how it should be. Specifically, when writing a bold line and a list afterwards. The preview might be correct, but the...