maybe fixed sheet url not changing after switch

This commit is contained in:
TanguyPcFixe 2025-07-17 09:13:44 +02:00
parent 280553df0e
commit e918aebb6b

View File

@ -99,6 +99,7 @@ async def changeSheetUrl(ctx,
f.write(url)
await ctx.followup.send(f"URL has been set")
global gsheetToken = readToken("sheet.token")
except Exception as e:
await ctx.followup.send(f"something shat the bed")