From 47d40e230603a97608da47f51fab3023e8c0d261 Mon Sep 17 00:00:00 2001 From: Noah Hendrickson <34177278+NoahH99@users.noreply.github.com> Date: Thu, 22 Nov 2018 15:38:45 -0700 Subject: [PATCH] Update command.py --- 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,