Open
Description
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)