Switch http to https
This commit is contained in:
parent
06676b17c0
commit
6d70c0d6ea
@ -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"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user