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']))