diff --git a/main.py b/main.py index 57ecf51..1747fbe 100644 --- a/main.py +++ b/main.py @@ -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")