diff options
| -rw-r--r-- | bot/cogs/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/logging.py b/bot/cogs/logging.py index 150cd7c14..14b2ac4c5 100644 --- a/bot/cogs/logging.py +++ b/bot/cogs/logging.py @@ -14,7 +14,7 @@ class Logging: self.bot = bot async def on_ready(self): - print("Ready!") + print("Henlo online!") async def on_message(self, message: Message): if not message.guild: # It's a DM |