Classes are normally capitalised

This commit is contained in:
Luke Murphy 2021-02-27 10:46:40 +01:00
parent 46ca1b1fb5
commit 8773810efc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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()