update to new domain
This commit is contained in:
parent
d01c937286
commit
d18de41b6c
@ -1,4 +1,4 @@
|
||||
[](http://git.luker.gq/ldooks/dragon-bot/-/commits/master)
|
||||
[](http://git.luker.fr/ldooks/dragon-bot/-/commits/master)
|
||||
# README #
|
||||
|
||||
A discord bot written in python.
|
||||
|
@ -48,7 +48,7 @@ class ActualUtils(commands.Cog):
|
||||
headers = {"PRIVATE-TOKEN": os.getenv("gitlab_token")}
|
||||
|
||||
r = requests.post(
|
||||
"https://git.luker.gq/api/v4/projects/3/issues",
|
||||
"https://git.luker.fr/api/v4/projects/3/issues",
|
||||
data=post_args,
|
||||
headers=headers,
|
||||
)
|
||||
|
@ -86,7 +86,7 @@ class ServerUtils(commands.Cog):
|
||||
description="Returns a link to the worlde luke is hosting",
|
||||
)
|
||||
async def wordle(self, ctx: commands.Context):
|
||||
await ctx.respond("https://wordle.luker.gq")
|
||||
await ctx.respond("https://wordle.luker.fr")
|
||||
|
||||
@commands.slash_command(guild_ids=None, name="dot", description="dot")
|
||||
async def dot(self, ctx: commands.Context):
|
||||
|
@ -339,7 +339,7 @@ def get_help_embed(bot):
|
||||
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"
|
||||
# + "**Useful links:** [My source code](https://git.luker.gq/ldooks/dragon-bot), [Donate](https://cash.me/$ldooks) \n\n"
|
||||
# + "**Useful links:** [My source code](https://git.luker.fr/ldooks/dragon-bot), [Donate](https://cash.me/$ldooks) \n\n"
|
||||
+ "**Invite me to another server:** [Click here](https://discord.com/api/oauth2/authorize?client_id=%s&permissions=8&response_type=code&scope=bot%%20applications.commands)"
|
||||
% bot.user.id
|
||||
)
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: git@git.luker.gq:ldooks/dragon-bot.git
|
||||
repoURL: git@git.luker.fr:ldooks/dragon-bot.git
|
||||
targetRevision: HEAD
|
||||
path: helm
|
||||
destination:
|
||||
|
@ -307,7 +307,7 @@ async def on_message(message):
|
||||
|
||||
if message.content.startswith("!source"):
|
||||
await client.send_message(
|
||||
message.channel, "https://git.luker.gq/ldooks/dragon-bot"
|
||||
message.channel, "https://git.luker.fr/ldooks/dragon-bot"
|
||||
)
|
||||
|
||||
if message.content.startswith("!purge"):
|
||||
|
@ -22,4 +22,4 @@ version: 0.1.0
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "1.16.0"
|
||||
icon: https://git.luker.gq/uploads/-/system/project/avatar/3/Screen_Shot_2022-02-02_at_7.41.24_PM.png?width=64
|
||||
icon: https://git.luker.fr/uploads/-/system/project/avatar/3/Screen_Shot_2022-02-02_at_7.41.24_PM.png?width=64
|
Loading…
x
Reference in New Issue
Block a user