Browse Source

Classes are normally capitalised

master
Luke Murphy 3 years ago
parent
commit
8773810efc
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      LogBot/logbot.py

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

Loading…
Cancel
Save