urt30plus / urt30t

|30+| Urban Terror Game/Discord Bot
https://www.urt-30plus.org
Apache License 2.0
1 stars 0 forks source link

DRY command arguments validation #45

Closed urt30plus closed 1 year ago

urt30plus commented 1 year ago

Allow commands to specify how many arguments they require. Can inspect the command methods arguments or can specify on the decorator.

The command dispatcher should check the args length and if not a match show the cmd method help.