From 59902567e4961c3e6786504a550695b16d3f0697 Mon Sep 17 00:00:00 2001 From: KevinTrinh1227 Date: Sun, 11 Aug 2024 08:34:33 -0500 Subject: [PATCH] patched bug with restart command on setup --- client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client.py b/client.py index 1ab77a6..73a3882 100644 --- a/client.py +++ b/client.py @@ -174,7 +174,6 @@ async def on_ready(): if data["config"]["bool"] == 0: await client.load_extension("listeners.command_errors") await client.load_extension('commands.setup') - await client.load_extension('commands.restart_client') await client.tree.sync() print("YOUR BOT REQUIRES AN INITIAL SETUP. 🟡") print("--------------------------------------------------")