fixed url command not showing new url
This commit is contained in:
parent
224c0517ae
commit
28d2e4efab
2
main.py
2
main.py
|
|
@ -110,7 +110,7 @@ async def changeSheetUrl(ctx,
|
||||||
with open("sheet.token",'w') as f:
|
with open("sheet.token",'w') as f:
|
||||||
f.write(url)
|
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")
|
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