From 110a45d39a3e7d109b68ade0f210596dd06e3516 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: Sat, 24 May 2025 20:29:28 +0900 Subject: [PATCH] Edit update.py --- cogs/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/update.py b/cogs/update.py index fc7b198..ed67f57 100644 --- a/cogs/update.py +++ b/cogs/update.py @@ -18,7 +18,7 @@ class GitUpdateCog(commands.Cog): await interaction.response.send_message("Initiating update. The bot will restart shortly...") 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" + restart_script = "home/ubuntu/wdiscordbot-internal-server-aws/bot.py" try: if os.path.exists(target_dir):