1
0
mirror of https://github.com/MrDetonia/Maki.git synced 2024-11-13 00:26:53 -05:00

v1.0.5 rip gitla.in - updated git url

This commit is contained in:
Zac Herd 2017-11-19 12:55:39 +00:00
parent b0fe3033c7
commit b28ff3691d
3 changed files with 4 additions and 4 deletions

2
bot.py
View File

@ -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:

View File

@ -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! <https://gitla.in/MrDetonia/maki>"
response = "No, don\'t look at my pantsu, baka! <https://github.com/MrDetonia/maki>"
yield from discord_send(client, msg, response)
@ -301,4 +301,4 @@ commands = {
"qr": cmd_qr,
"np": cmd_np,
"steam": cmd_steam,
}
}

View File

@ -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