From 9c1f2b8cbc10be1f329c1536e1cdc9ac14199870 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Tue, 28 Jul 2026 23:37:31 +0200 Subject: [PATCH] help --- cogs/IdaCogs.py | 1 + 1 file changed, 1 insertion(+) 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}")