Switch http to https

This commit is contained in:
luke 2019-05-15 15:04:10 -07:00
parent 06676b17c0
commit 6d70c0d6ea

View File

@ -278,7 +278,7 @@ async def on_message(message):
if message.content.startswith('!source'):
await client.send_message(
message.channel,
"http://git.luker.gq/ldooks/dragon-bot"
"https://git.luker.gq/ldooks/dragon-bot"
)
if message.content.startswith('!purge'):
@ -427,7 +427,7 @@ async def on_message(message):
if action == 'map':
await client.send_message(
message.channel,
"http://luker.gq/minecraft"
"https://luker.gq/minecraft"
)