Giter VIP home page Giter VIP logo

discord-ext-alternatives's Introduction

discord-ext-alternatives

package versions dependencies license cloned

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.

Installation

This extension is on PyPI.

$ python3 -m pip install -U discord-ext-alternatives

Usage

from discord.ext.alternatives import asset_converter, message_eq
# Patches the related features into discord.py
# OR
from discord.ext.alternatives.class_commands import ClassGroup, Config

Available Experiments

  • asset_converter - Implements a converter for Asset.
  • bot_send_help - Implements Bot.send_help.
  • command_suffix - Implements Bot.command_suffix and Context.suffix.
  • command_piping - Implements piping for return in command callbacks
  • converter_dict - Implements Bot.converters.
  • dict_converter - Implements **kwargs mapping for command arguments.
  • guild_converter - Implements a converter for Guild.
  • inline_bot_commands - Implements support for commands directly defined in a Bot subclass.
  • int_map - Implements __int__ to return .id.
  • jump_url - Implements Guild.jump_url and abc.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 - Implements Message.__eq__ (Message == Message).
  • silent_delete - Implements a silent keyword argument for Message.delete.
  • specific_error_handler - Implements @Command.error(Exception).
  • subcommand_error - Implements root_parent error handling.
  • webhook_channel - Implements Webhook.move_to.

Standalone

  • class_commands - Implements a way to use classes and functions as commands.

discord-ext-alternatives's People

Contributors

bijij avatar gobot1234 avatar ioistired avatar mikeshardmind avatar ncplayz avatar sebbylaw avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.