fixed some dumb typos
This commit is contained in:
parent
e10ba5f293
commit
a348bf4241
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
class Module(object):
|
class Module(object):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = 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("channel").on("mode").hook(self.on_mode)
|
||||||
bot.events.on("received").on("join").hook(self.on_join)
|
bot.events.on("received").on("join").hook(self.on_join)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue