From a8803d989e1c973d8a5bdaecc9fa74a84b0ea509 Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Fri, 1 Apr 2016 12:14:50 +0100 Subject: [PATCH] Changed .source command to .upskirt for added lewdness, v0.7.3 --- bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index e1ca958..d27438c 100644 --- a/bot.py +++ b/bot.py @@ -23,7 +23,7 @@ from secret import email,pwd name = "Maki" # bot version -version = "v0.7.2" +version = "v0.7.3" # text shown by .help command helptext = """I am a bot written in Python by MrDetonia @@ -32,7 +32,7 @@ My commands are: ``` .help - displays this text .bots - prints basic info -.source - show a link to my source +.upskirt - show a link to my source .whoami - displays your user info .welcome - set your own welcome message .seen - prints when user was last seen @@ -125,9 +125,9 @@ def on_message(message): # print command list yield from client.send_message(message.channel, helptext) - elif message.content.startswith('.source'): + elif message.content.startswith('.upskirt'): # link to source code - yield from client.send_message(message.channel, 'These are my insides: ') + 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: