I stg if this doesn't fix it

This commit is contained in:
Robert Miles 2019-10-31 13:58:11 -04:00
parent a1f66563e6
commit 4827d81831
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def get_wordcount(nick):
return wrote.get(nick,0)
@plugin.command("wrote")
def wrote(bot,channel,nick,*args):
def _wrote(bot,channel,nick,*args):
args = list(args)
if len(args)!=1:
bot.say(channel,"Usage: !wrote <name/number>")