From d5a103ba8a0ba99e753bb842e7edcbb255b41b07 Mon Sep 17 00:00:00 2001 From: AkriliksKotya Date: Thu, 27 Nov 2025 18:21:06 +0500 Subject: [PATCH] fix --- c/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/c/update.py b/c/update.py index 3ba6918..7baecca 100644 --- a/c/update.py +++ b/c/update.py @@ -21,7 +21,6 @@ class Update(commands.Cog): channel = self.bot.get_channel(int(res)) await channel.send('restarting...') try: - subprocess.run([],capture_output=True) subprocess.run(["git", "pull", "origin", "main"],capture_output=True) except: await channel.send('restart fail')