Middledot
Middledot
## Summary Makes a bunch of changes to ext.bridge - Implements bridge command groups - `bridge.map_to` decorator to use main command as subcommand - Attachment option - `is_app` property added...
## Summary The `delete_message_days` parameter is deprecated and replaced with `delete_message_seconds`. [discord-api-docs#5219](https://github.com/discord/discord-api-docs/pull/5219) Shouldn't be merged until the docs get merged. ## Information - [ ] This PR fixes an issue....
using `content` instead of `value` gives an error (could not parse json: missing field \`value\` at...)
## Summary - A `guild_only` and `has_permissions` decorator that can be used for both app and bridge commands for "frontend" *and* "backend" validation. - Allow BridgeCommand to be directly invoked...
## Description Even though app commands and text commands share many features, some are only implemented on one of the two AND a huge chunk of these features get re-implemented...
### Summary self-explanatory ### What is the feature request for? The documentation ### The Problem Organization is very messy with one massive file. Having different "sections" of sorts per file...
### Summary Second-level subcommands for bridge commands since that's possible with regular slash commands ### What is the feature request for? discord.ext.bridge ### The Problem no `/command subcmd subsubcmd` and...