fixed some dumb typos

This commit is contained in:
jesopo 2016-04-03 17:08:48 +01:00
parent e10ba5f293
commit a348bf4241
No known key found for this signature in database
GPG key ID: 0BBDEB2AEFCFFCB3
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
class Module(object):
def __init__(self, bot):
self.bot = bot
bot.events.on("boot").on("done").hook(self.book_done)
bot.events.on("boot").on("done").hook(self.boot_done)
bot.events.on("channel").on("mode").hook(self.on_mode)
bot.events.on("received").on("join").hook(self.on_join)