dev-prodId #1

Merged
Taledo merged 22 commits from dev-prodId into main 2026-07-29 08:12:57 +00:00
Showing only changes of commit 9c1f2b8cbc - Show all commits

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