[EmbedPeek] Add line return for dict content
This commit is contained in:
@@ -73,6 +73,7 @@ class EmbedPeek(commands.Cog):
|
||||
msg += "\n"
|
||||
elif isinstance(v, dict):
|
||||
msg += self._dict_cleaner(v)
|
||||
msg += "\n"
|
||||
else:
|
||||
msg += f"{str(v)}\n\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user