diff --git a/cogs/IdaCogs.py b/cogs/IdaCogs.py index a08ac15..7ff59e5 100644 --- a/cogs/IdaCogs.py +++ b/cogs/IdaCogs.py @@ -201,6 +201,7 @@ class IdaCogs(commands.Cog): await ctx.defer() try: with open("../sheet.token", 'w') as f: + print(url) f.write(url) await ctx.followup.send(f"URL has been set to {url}")