add missing comma
This commit is contained in:
parent
4b53cc0dca
commit
16ac10d49a
2
bot.py
2
bot.py
@ -28,7 +28,7 @@ class IRCBot():
|
|||||||
for channel in self.config["channels"]:
|
for channel in self.config["channels"]:
|
||||||
self.sendline(f"JOIN {channel}")
|
self.sendline(f"JOIN {channel}")
|
||||||
self.commands = [
|
self.commands = [
|
||||||
("invite", self.invite)
|
("invite", self.invite),
|
||||||
("kick", self.kick)
|
("kick", self.kick)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user