From 492ca7a7c86216e3988e527944eb5c7685fcbf4a Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 18 Jul 2016 20:16:40 +0200 Subject: [PATCH] spellcheck --- plugins/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands.py b/plugins/commands.py index 18a6749..9de94a6 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -283,7 +283,7 @@ def command_dice(argv, **args): def command_choose(argv, **args): alternatives = argv binary = ( - ('Yes.', 'Yeah!', 'Ok!', 'Ay!', 'Great!'), + ('Yes.', 'Yeah!', 'Ok!', 'Aye!', 'Great!'), ('No.', 'Naah..', 'Meh.', 'Nay.', 'You stupid?'), ('Maybe.', 'Dunno.', 'I don\'t care.') )