Pointing everything to the new domain
This commit is contained in:
parent
72c2e0aa4e
commit
63bcceab7e
@ -1,7 +1,7 @@
|
|||||||
[](http://luker.duckdns.org/gitlab/ldooks/dragon-bot/commits/master)
|
[](http://git.luker.gq/ldooks/dragon-bot/commits/master)
|
||||||
# README #
|
# README #
|
||||||
|
|
||||||
A discord bot written in python.
|
A discord bot written in python.
|
||||||
|
|
||||||
This project was used mainly to teach members of the discord channel about software development, docker, CI/CD, and for me to learn about project management
|
This project was used mainly to teach members of the discord channel about software development, docker, CI/CD, and for me to learn about project management
|
||||||
|
|
||||||
|
@ -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://luker.duckdns.org/gitlab/ldooks/dragon-bot"
|
"http://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.duckdns.org/minecraft"
|
"http://luker.gq/minecraft"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ def create_issue(title, description):
|
|||||||
}
|
}
|
||||||
|
|
||||||
r = requests.post(
|
r = requests.post(
|
||||||
'http://luker.duckdns.org/gitlab/api/v4/projects/2/issues',
|
'http://git.luker.gq/api/v4/projects/2/issues',
|
||||||
data=post_args,
|
data=post_args,
|
||||||
headers=headers
|
headers=headers
|
||||||
)
|
)
|
||||||
|
@ -155,7 +155,7 @@ def get_help_embed(client):
|
|||||||
|
|
||||||
description2 = "**Use `!help <Command>` for more information about a command.** \n\n" + \
|
description2 = "**Use `!help <Command>` for more information about a command.** \n\n" + \
|
||||||
"**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \
|
"**Examples:** \n `!help dog` for detailed help for the dog command \n\n" + \
|
||||||
"**Useful links:** [My source code](http://luker.duckdns.org/gitlab/ldooks/dragon-bot), [Server status](http://luker.duckdns.org/status), [Donate](http://luker.duckdns.org/donate)"
|
"**Useful links:** [My source code](http://git.luker.gq/ldooks/dragon-bot), [Server status](http://luker.gq/status), [Donate](http://luker.gq/donate)"
|
||||||
|
|
||||||
embed.add_field(name="\u200b", value=description2, inline=False)
|
embed.add_field(name="\u200b", value=description2, inline=False)
|
||||||
return embed
|
return embed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user