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 3873a12 commit d74dbcaCopy full SHA for d74dbca
bot/cogs/chat_cogs/ai_cog.py
@@ -455,7 +455,7 @@ async def create_prompt(
455
# Process file attachments if message is provided
456
if message:
457
# Add author
458
- text += f"{message.author.mention}:"
+ text += f"{message.author.display_name} ({message.author.mention}):"
459
460
# Check for stickers first
461
if message.stickers:
0 commit comments