diff --git a/README.md b/README.md index 4d14f03e..55d52c8a 100755 --- a/README.md +++ b/README.md @@ -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 # A discord bot written in python. diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 051ad2fe..43e138e4 100755 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -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, ) diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 9462874a..d7742de5 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -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): diff --git a/app/help_methods.py b/app/help_methods.py index c8d6416c..a53fe448 100755 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -339,7 +339,7 @@ def get_help_embed(bot): description2 = ( "**Use `!help ` 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 ) diff --git a/argocd-application.yaml b/argocd-application.yaml index 8eb96d10..8ded4c54 100755 --- a/argocd-application.yaml +++ b/argocd-application.yaml @@ -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: diff --git a/dragon-bot_old.py b/dragon-bot_old.py index 06445f49..37e98a2d 100755 --- a/dragon-bot_old.py +++ b/dragon-bot_old.py @@ -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"): diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4c4f2462..18a38826 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -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 \ No newline at end of file +icon: https://git.luker.fr/uploads/-/system/project/avatar/3/Screen_Shot_2022-02-02_at_7.41.24_PM.png?width=64 \ No newline at end of file