diff --git a/cogs/other.py b/cogs/other.py index 7cc181d..36f0e00 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -818,7 +818,7 @@ class OtherCog(commands.Cog): "\t- Encoding: {0[vcodec]} + {0[acodec]}\n" "\t- Extension: {0[ext]}\n" "\t- Protocol: {0[protocol]}\n" - "\t- Resolution: {0[resolution]}\n" + "\t- Resolution: {0[resolution]}\n".format(fmt) ) await ctx.edit(content="Invalid format. Available formats:") for page in paginator.pages: