Classes are normally capitalised
This commit is contained in:
parent
46ca1b1fb5
commit
8773810efc
@ -123,7 +123,7 @@ def download(self, message, logger):
|
||||
return media_post, media_type
|
||||
|
||||
|
||||
class logbot(Bot):
|
||||
class Logbot(Bot):
|
||||
|
||||
help = """Oh dear, logbot is here!
|
||||
|
||||
@ -218,4 +218,4 @@ logbot @uptime: To check how long @logbot has been around
|
||||
self.reply(reply, room=message.room)
|
||||
|
||||
|
||||
logbot()
|
||||
Logbot()
|
||||
|
Loading…
Reference in New Issue
Block a user