From 1948bf36e0ff6c755ae8af57509be5896855120a Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Fri, 1 Nov 2019 10:57:00 -0400 Subject: [PATCH] Yes I speak English `has wrote` -> `has written` --- commands/wrote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/wrote.py b/commands/wrote.py index 5ea3af2..2fa12e1 100644 --- a/commands/wrote.py +++ b/commands/wrote.py @@ -14,7 +14,7 @@ def _wrote(bot,channel,nick,*args): if args[0].isdigit(): wrote[nick]=get_wordcount(nick)+int(args[0]) else: - bot.say(channel,"{}: _{}_ has wrote {!s} words".format(nick,args[0],get_wordcount(args[0]))) + bot.say(channel,"{}: _{}_ has written {!s} words".format(nick,args[0],get_wordcount(args[0]))) @plugin.command("highscore") def highscore(bot,channel,nick,*args):