diff --git a/earwigbot/commands/praise.py b/earwigbot/commands/praise.py index d6c8240..8c6c706 100644 --- a/earwigbot/commands/praise.py +++ b/earwigbot/commands/praise.py @@ -44,5 +44,5 @@ class Praise(Command): if not data.args: msg = "You use this command to praise certain people. Who they are is a secret." else: - msg = "you're doing it wrong." + msg = "You're doing it wrong." self.reply(data, msg)