maybe fixed sheet url not changing after switch
This commit is contained in:
parent
280553df0e
commit
e918aebb6b
1
main.py
1
main.py
|
|
@ -99,6 +99,7 @@ async def changeSheetUrl(ctx,
|
||||||
f.write(url)
|
f.write(url)
|
||||||
|
|
||||||
await ctx.followup.send(f"URL has been set")
|
await ctx.followup.send(f"URL has been set")
|
||||||
|
global gsheetToken = readToken("sheet.token")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await ctx.followup.send(f"something shat the bed")
|
await ctx.followup.send(f"something shat the bed")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user