Switch http to https
This commit is contained in:
parent
13c2c91576
commit
1564c92c86
@ -278,7 +278,7 @@ async def on_message(message):
|
|||||||
if message.content.startswith('!source'):
|
if message.content.startswith('!source'):
|
||||||
await client.send_message(
|
await client.send_message(
|
||||||
message.channel,
|
message.channel,
|
||||||
"http://git.luker.gq/ldooks/dragon-bot"
|
"https://git.luker.gq/ldooks/dragon-bot"
|
||||||
)
|
)
|
||||||
|
|
||||||
if message.content.startswith('!purge'):
|
if message.content.startswith('!purge'):
|
||||||
@ -427,7 +427,7 @@ async def on_message(message):
|
|||||||
if action == 'map':
|
if action == 'map':
|
||||||
await client.send_message(
|
await client.send_message(
|
||||||
message.channel,
|
message.channel,
|
||||||
"http://luker.gq/minecraft"
|
"https://luker.gq/minecraft"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user