From b28ff3691ddc155dba429e76e4b61e52b4f7b7ed Mon Sep 17 00:00:00 2001 From: Zac Herd Date: Sun, 19 Nov 2017 12:55:39 +0000 Subject: [PATCH] v1.0.5 rip gitla.in - updated git url --- bot.py | 2 +- commands.py | 4 ++-- common.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index 6e6c57c..190e917 100644 --- a/bot.py +++ b/bot.py @@ -62,7 +62,7 @@ def on_message(msg): try: print("{} {} - {} | {}: {}".format(timestr, msg.server.name, msg.channel.name, msg.author.name, msg.content)) except AttributeError: - print("{} | PRIVATE | {}: {}".format(timestr, msg.author.name, msg.content)) + print("{} PRIVATE | {}: {}".format(timestr, msg.author.name, msg.content)) # do not parse own messages or private messages if msg.author != client.user and type(msg.channel) is not discord.PrivateChannel: diff --git a/commands.py b/commands.py index e5a9b89..ba10141 100755 --- a/commands.py +++ b/commands.py @@ -41,7 +41,7 @@ def cmd_info(client, msg): @asyncio.coroutine def cmd_upskirt(client, msg): - response = "No, don\'t look at my pantsu, baka! " + response = "No, don\'t look at my pantsu, baka! " yield from discord_send(client, msg, response) @@ -301,4 +301,4 @@ commands = { "qr": cmd_qr, "np": cmd_np, "steam": cmd_steam, -} \ No newline at end of file +} diff --git a/common.py b/common.py index a2670e2..0f68ea0 100755 --- a/common.py +++ b/common.py @@ -13,7 +13,7 @@ import json # bot version -version = "v1.0.4" +version = "v1.0.5" # TODO: generate this on the fly and make it look acceptable