diskord
diskord copied to clipboard
An API wrapper around Discord API written in Python
### Summary commands.Greedy not working ### Reproduction Steps ```python import diskord from diskord.ext import commands class Test(commands.Cog): def __init__(self, client): self.client = client @diskord.application.slash_command() @diskord.application.option("channels", required = True) async def...
## Summary Make slash command registration in `start` *I excidently deleted the fork so the previous one closed..* ## Checklist - [x] If code changes were made then they have...
## Summary Add support for slash attachments ## Checklist - [x] If code changes were made then they have been tested. - [ ] I have updated the documentation to...
### Summary Webhook.edit_message throws "AttributeError: PartialWebhookState does not support 'get_reaction_emoji'" ### Reproduction Steps My bot updates an embed on a regular cadence, so I store webhook urls in my database,...
### Summary The creation of a `ext.ipc` module based off the Ext-Creators one ### What is the feature request for? The core library ### The Problem Having to host both...
### Summary Being able to use cooldowns and max concurrency on slash commands ### What is the feature request for? The core library ### The Problem having users execute commands...
### Summary Add support for local error handlers for application commands. ### What is the feature request for? The core library ### The Problem Application commands don't support local error...
### Summary Add support for before and after invoke hooks for application commands. ### What is the feature request for? The core library ### The Problem Application commands currently do...