Skip to content

Commit

Permalink
Change response in restart command
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyscripts committed Nov 9, 2024
1 parent 18caa22 commit 4fa35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def restart(self, ctx):

await cmdhelper.send_message(ctx, {
"title": cfg.theme.title,
"description": "restarting the ghost...",
"description": "restarting ghost...",
})

os.execl(sys.executable, sys.executable, *sys.argv)
Expand Down

0 comments on commit 4fa35cc

Please # to comment.