From 28d2e4efabbe21a9ec3424db8cf28ef6825e498c Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Sat, 2 Aug 2025 11:42:24 +0200 Subject: [PATCH] fixed url command not showing new url --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 57ecf51..1747fbe 100644 --- a/main.py +++ b/main.py @@ -110,7 +110,7 @@ async def changeSheetUrl(ctx, with open("sheet.token",'w') as f: f.write(url) - await ctx.followup.send(f"URL has been set") + await ctx.followup.send(f"URL has been set to {url}") gsheetToken = readToken("sheet.token") except Exception as e: await ctx.followup.send(f"something shat the bed")