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