mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-26 20:53:01 -05:00
Apply suggestions from code review
Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
This commit is contained in:
@@ -375,7 +375,7 @@ class FormattingUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
||||
return None
|
||||
|
||||
def format_playlist_picker_data(self, pid, pname, ptracks, pauthor, scope) -> str:
|
||||
"""Format the values into a pretified codeblock."""
|
||||
"""Format the values into a prettified codeblock."""
|
||||
author = self.bot.get_user(pauthor) or pauthor or _("Unknown")
|
||||
line = _(
|
||||
" - Name: <{pname}>\n"
|
||||
|
||||
Reference in New Issue
Block a user