From d7ba169c5629182a1bf7bcf7e6ab7bc2109c8f67 Mon Sep 17 00:00:00 2001 From: Noah Hendrickson <34177278+NoahH99@users.noreply.github.com> Date: Sat, 1 Dec 2018 05:41:49 -0700 Subject: [PATCH] Update command.py (#115) --- disco/bot/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/bot/command.py b/disco/bot/command.py index 75904b9..b57d87e 100644 --- a/disco/bot/command.py +++ b/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,