advaith

Results 124 comments of advaith

this was copypasted from someone else's github comment https://github.com/discord/discord-api-docs/issues/5356#issuecomment-1222561292

As [the official list](https://www.iana.org/assignments/media-types/media-types.xhtml) does not include `image/apng`, the actual issue here appears to be `file-type` returning a non-standard type string.

https://github.com/discord/discord-api-docs/pull/5270 is relevant here

We plan to add support for forum channels. Unfortunately since Discord isn't giving bots full access to the feature (https://github.com/discord/discord-api-docs/discussions/5466) we will probably not be able to fully implement the...

Instead of looking at all of the roles assigned to the bot (which will often include "bots" roles with special permissions), we are working on supporting configuring a "default role"...

it'll still default to using the `@everyone` permissions unless you set a role with the command

looks like ipy uses old and unsupported `tags` endpoints, those should be updated to patching the channel and setting available_tags @DeltaXWizard

full forum support doesn't seem to be in a release version yet

There are many objects where the description indicates that all fields are optional, so the markers are not needed in that case. The description here could be edited to clarify...

Jake said bots are now disconnected randomly every 15 minutes to 4 hours, and should automatically resume. The bot shouldn't actually restart, it should just reconnect to the gateway, and...