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.
2 parents b3ce7d0 + 03558f7 commit 735d326Copy full SHA for 735d326
1 file changed
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