Fix 8ball

This commit is contained in:
Robert Miles 2019-11-01 14:22:55 -04:00
parent 36ff422b6e
commit 031060a80e
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ results = [
]
@plugin.command("8ball","<question>")
def 8ball(bot,channel,nick,*args):
def eightball(bot,channel,nick,*args):
bot.say(channel,"{}: {}".format(nick,RNG.choice(results)))