Yes I speak English

`has wrote` -> `has written`
This commit is contained in:
Robert Miles 2019-11-01 10:57:00 -04:00
parent 5cc7f959b1
commit 1948bf36e0
1 changed files with 1 additions and 1 deletions

View File

@ -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):