Rotation and hashing V1.0.1

This commit is contained in:
Patryk Mazur
2026-04-22 19:42:14 +02:00
parent dee5e04dfc
commit 85f882790c
+1 -1
View File
@@ -14,7 +14,7 @@ class Simp(commands.Cog):
result = helpers.download_video(url)
if result['status'] == 'error':
await ctx.respond(f'Błąd pobierania: {result['message']}')
await ctx.respond(f'Błąd pobierania: {result["message"]}')
return
await ctx.respond(file=discord.File(result['filename']))