Browse Source

Update command.py (#115)

pull/116/head
Noah Hendrickson 6 years ago
committed by Andrei Zbikowski
parent
commit
d7ba169c56
  1. 2
      disco/bot/command.py

2
disco/bot/command.py

@ -284,7 +284,7 @@ class Command(object):
if self.args:
if len(event.args) < self.args.required_length:
raise CommandError(u'Command {} requires {} arguments (`{}`) passed {}'.format(
raise CommandError(u'Command {} requires {} argument(s) (`{}`) passed {}'.format(
event.name,
self.args.required_length,
self.raw_args,

Loading…
Cancel
Save