Rapptz 324d10c9d9 [commands] Add Command.ignore_extra attribute to ignore extra arguments
This allows you to strictly require a number of arguments. The default
behaviour in this case is still `True`, since it would be a breaking
change otherwise and is a sane default. However if someone would want
to set this to `False`, they would receive an exception of type
`TooManyArguments` if too many arguments are passed to a command.

Hopefully this removes the uses of `ctx.message.content == 'stuff'`
inside commands.
2016-06-20 21:38:17 -04:00
..
2016-05-06 12:23:24 -04:00
2016-03-31 14:38:03 -04:00
2016-06-18 02:14:44 -04:00
2016-01-04 22:28:29 -05:00
2016-06-18 02:14:44 -04:00
2016-01-04 22:28:29 -05:00
2016-05-31 20:39:12 -04:00
2016-05-06 12:23:24 -04:00
2016-06-01 20:47:33 -04:00
2016-06-12 23:46:12 -04:00