Skip to content

ignore_extra option for commands.Bot #5940

Open
@sevenc-nanashi

Description

@sevenc-nanashi

The Problem

Problem that I have to write ignore_extra=False in all commands when I want to raise Too many arguments.

The Ideal Solution

ignore_extra option in commands.Bot.
Like:

bot = commands.Bot(command_prefix="!", ignore_extra=False)

The Current Solution

write ignore_extra=False to all @bot.command(or @commands.command)
or change the lib.(core.py line 230)

(Maybe not right sentence, sorry. I'm Japanese)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions