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

Changed source URL to use HTTPS, v0.7.2

This commit is contained in:
Zac Herd 2016-04-01 12:06:40 +01:00
parent c6f31461e7
commit 2e2305d1a7

4
bot.py
View File

@ -23,7 +23,7 @@ from secret import email,pwd
name = "Maki"
# bot version
version = "v0.7.1"
version = "v0.7.2"
# 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('.source'):
# link to source code
yield from client.send_message(message.channel, 'These are my insides: <http://27b-a.xyz/mrdetonia/Maki>')
yield from client.send_message(message.channel, 'These are my insides: <https://27b-a.xyz:80/mrdetonia/Maki>')
elif message.content.startswith('.die'):
if message.author.id in admins: