Fix list available formats

This commit is contained in:
Nexus 2023-04-27 11:14:21 +01:00
parent 9f4f930644
commit 2ad182a6ad
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -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: