update to new domain

This commit is contained in:
Luke Robles 2023-02-06 14:59:07 -08:00
parent d01c937286
commit d18de41b6c
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
[![pipeline status](https://git.luker.gq/ldooks/dragon-bot/badges/master/pipeline.svg)](http://git.luker.gq/ldooks/dragon-bot/-/commits/master) [![pipeline status](https://git.luker.fr/ldooks/dragon-bot/badges/master/pipeline.svg)](http://git.luker.fr/ldooks/dragon-bot/-/commits/master)
# README # # README #
A discord bot written in python. A discord bot written in python.

View File

@ -48,7 +48,7 @@ class ActualUtils(commands.Cog):
headers = {"PRIVATE-TOKEN": os.getenv("gitlab_token")} headers = {"PRIVATE-TOKEN": os.getenv("gitlab_token")}
r = requests.post( r = requests.post(
"https://git.luker.gq/api/v4/projects/3/issues", "https://git.luker.fr/api/v4/projects/3/issues",
data=post_args, data=post_args,
headers=headers, headers=headers,
) )

View File

@ -86,7 +86,7 @@ class ServerUtils(commands.Cog):
description="Returns a link to the worlde luke is hosting", description="Returns a link to the worlde luke is hosting",
) )
async def wordle(self, ctx: commands.Context): 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") @commands.slash_command(guild_ids=None, name="dot", description="dot")
async def dot(self, ctx: commands.Context): async def dot(self, ctx: commands.Context):

View File

@ -339,7 +339,7 @@ def get_help_embed(bot):
description2 = ( description2 = (
"**Use `!help <Command>` for more information about a command.** \n\n" "**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](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)" + "**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 % bot.user.id
) )

View File

@ -6,7 +6,7 @@ metadata:
spec: spec:
project: default project: default
source: source:
repoURL: git@git.luker.gq:ldooks/dragon-bot.git repoURL: git@git.luker.fr:ldooks/dragon-bot.git
targetRevision: HEAD targetRevision: HEAD
path: helm path: helm
destination: destination:

View File

@ -307,7 +307,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, "https://git.luker.gq/ldooks/dragon-bot" message.channel, "https://git.luker.fr/ldooks/dragon-bot"
) )
if message.content.startswith("!purge"): if message.content.startswith("!purge"):

View File

@ -22,4 +22,4 @@ version: 0.1.0
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "1.16.0" 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