This commit is contained in:
TanguyPcFixe 2026-07-28 23:37:31 +02:00
parent cc04cc7a49
commit 9c1f2b8cbc

View File

@ -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}")