Skip to content

Commit

Permalink
patched bug with restart command on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 committed Aug 11, 2024
1 parent 318d8b4 commit 5990256
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("--------------------------------------------------")
Expand Down

0 comments on commit 5990256

Please sign in to comment.