diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 1de6239..92a44b7 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -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()