From fd7f8eba960981482fabf350995bf753feebb176 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 11:42:27 -0500 Subject: More commands ported; Almost all 2.x features have been added --- bot/src/commands/ask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/commands/ask.js') diff --git a/bot/src/commands/ask.js b/bot/src/commands/ask.js index fec0846..4193e92 100644 --- a/bot/src/commands/ask.js +++ b/bot/src/commands/ask.js @@ -27,7 +27,7 @@ export default { ]; return await interaction.reply( - `<@${interaction.user.id}> asked:\n**${question}**\nMy answer:\n**${answers[Math.floor(Math.random() * answers.length)]}**` + `**${interaction.user.displayName}** asked:\n**${question}**\nMy answer:\n**${answers[Math.floor(Math.random() * answers.length)]}**` ); } }; -- cgit v1.2.3