fixed error

This commit is contained in:
2026-06-03 19:45:08 +05:30
parent 51fb22b2c3
commit 5dfb498908

View File

@@ -128,7 +128,7 @@ async def upload(ctx,file: discord.Attachment | None = None):
filename = file.filename filename = file.filename
if ".torrent" in filename: if ".torrent" in filename:
logger.info(f"{filename} recieved, uploading") logger.info(f"{filename} recieved, uploading")
logger.info(file.title") logger.info(file.title)
await file.save(filename) await file.save(filename)
await ctx.respond(f"{filename} recieved, uploading") await ctx.respond(f"{filename} recieved, uploading")