fixed url command not showing new url

This commit is contained in:
TanguyPcFixe 2025-08-02 11:42:24 +02:00
parent 224c0517ae
commit 28d2e4efab

View File

@ -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")