From 7733363b70e50cfcd3831007dc823cbda615e830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B6=E3=82=AB=E3=83=AA=E3=82=A2=E3=82=B9=E3=83=BB?= =?UTF-8?q?=E3=82=A6=E3=82=A3=E3=83=AA=E3=82=A2=E3=83=A0=E3=83=BB=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=BC?= <26689019-pancakes1234@users.noreply.gitlab.com> Date: Thu, 22 May 2025 07:42:29 +0900 Subject: [PATCH] Edit update.py --- cogs/update.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/update.py b/cogs/update.py index 8e59bd7..aaff472 100644 --- a/cogs/update.py +++ b/cogs/update.py @@ -16,9 +16,9 @@ class GitUpdateCog(commands.Cog): await interaction.response.send_message("You do not have permission to run this command.", ephemeral=True) return await interaction.response.send_message("Initiating update. The bot will restart shortly...") - target_dir = "/home/server/wdiscordbotserver/" - repo_url = "https://gitlab.com/pancakes1234/wdiscordbotserver.git" - restart_script = "/home/server/wdiscordbotserver/bot.py" + target_dir = "./wdiscordbot-internal-server-aws" + repo_url = "https://gitlab.com/pancakes1234/wdiscordbot-internal-server-aws.git" + restart_script = "./wdiscordbot-internal-server-aws/bot.py" try: if os.path.exists(target_dir):