From 150e0e92f6f85dce52f3d5b1ffd7449be74728db Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Fri, 1 Apr 2016 13:02:48 +0100 Subject: [PATCH] GitLab now running on port 55555, v0.7.4 --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index d27438c..8a62988 100644 --- a/bot.py +++ b/bot.py @@ -23,7 +23,7 @@ from secret import email,pwd name = "Maki" # bot version -version = "v0.7.3" +version = "v0.7.4" # text shown by .help command helptext = """I am a bot written in Python by MrDetonia @@ -127,7 +127,7 @@ def on_message(message): elif message.content.startswith('.upskirt'): # link to source code - yield from client.send_message(message.channel, 'No, don\'t look at my pantsu! Baka! ') + yield from client.send_message(message.channel, 'No, don\'t look at my pantsu! Baka! ') elif message.content.startswith('.die'): if message.author.id in admins: