We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04ac78 commit 03558f7Copy full SHA for 03558f7
core/thread.py
@@ -1150,7 +1150,7 @@ def lottie_to_png(data):
1150
additional_images = []
1151
1152
if embed.footer.text:
1153
- plain_message = f"**({embed.footer.text}) "
+ plain_message = f"**{embed.footer.text} "
1154
else:
1155
plain_message = "**"
1156
plain_message += f"{embed.author.name}:** {embed.description}"
0 commit comments