diff --git a/main.py b/main.py index 5c56892..57e06ea 100644 --- a/main.py +++ b/main.py @@ -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")