Patches some additional/alternative features into discord.py.
⚠️ This is experimental and should be used with caution. If you encounter any issues with this extension, please make an issue.
This extension is on PyPI.
$ python3 -m pip install -U discord-ext-alternativesfrom discord.ext.alternatives import asset_converter, message_eq
# Patches the related features into discord.py
# OR
from discord.ext.alternatives.class_commands import ClassGroup, Configasset_converter- Implements a converter forAsset.bot_send_help- ImplementsBot.send_help.command_suffix- ImplementsBot.command_suffixandContext.suffix.command_piping- Implements piping forreturnin command callbacksconverter_dict- ImplementsBot.converters.dict_converter- Implements**kwargsmapping for command arguments.guild_converter- Implements a converter forGuild.inline_bot_commands- Implements support for commands directly defined in aBotsubclass.int_map- Implements__int__to return.id.jump_url- ImplementsGuild.jump_urlandabc.Messagable.jump_url.material_colours- Implements material.io shade 400's colours.menus_remove_reaction- Adds support for automatically removing reactions on menus.message_eq- ImplementsMessage.__eq__(Message == Message).silent_delete- Implements asilentkeyword argument forMessage.delete.specific_error_handler- Implements@Command.error(Exception).subcommand_error- Implementsroot_parenterror handling.webhook_channel- ImplementsWebhook.move_to.
class_commands- Implements a way to use classes and functions as commands.