As always, a new typo is fixed forever.
This commit is contained in:
Predeactor 2020-06-03 21:13:44 +02:00 committed by GitHub
parent bc21f77976
commit 2c313594da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1367,7 +1367,7 @@ class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass):
else: else:
return await self.send_embed_msg( return await self.send_embed_msg(
ctx, ctx,
title=_("Playlist Couldn't be created"), title=_("Playlist Couldn't Be Created"),
description=_("Unable to create your playlist."), description=_("Unable to create your playlist."),
) )