diff options
| author | 2018-02-05 21:13:08 +0000 | |
|---|---|---|
| committer | 2018-02-05 21:13:08 +0000 | |
| commit | 0e97e1e6fe0e2e081b7ad57606d51ba6006c58a9 (patch) | |
| tree | a2e555009d9ca9c929a2ca9e4bf2759b17ec89d2 | |
| parent | truvis:tm: (diff) | |
testin' for gary
| -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 |