From 85f882790c48c5c04a22b8856da86ff3b24b7081 Mon Sep 17 00:00:00 2001 From: Patryk Mazur Date: Wed, 22 Apr 2026 19:42:14 +0200 Subject: [PATCH] Rotation and hashing V1.0.1 --- bot/cogs/mateusz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/mateusz.py b/bot/cogs/mateusz.py index fec69d0..59d6f46 100644 --- a/bot/cogs/mateusz.py +++ b/bot/cogs/mateusz.py @@ -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']))