From 4fa35cc000acc7ecedeee905b8ace50b81af2e9a Mon Sep 17 00:00:00 2001 From: Ben Tettmar Date: Sat, 9 Nov 2024 00:25:01 +0000 Subject: [PATCH] Change response in restart command --- commands/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util.py b/commands/util.py index 85f8074..35edce8 100644 --- a/commands/util.py +++ b/commands/util.py @@ -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)