bugfix: display name instead of value

This commit is contained in:
Baipyrus 2024-04-05 10:51:36 +02:00
parent 370361f9d3
commit 601c9db54f

View File

@ -217,7 +217,7 @@ async function infoResponse(interaction) {
}
// Join list of responses
const joined = responses.map((response) => response.response).join('\n- ');
const joined = responses.map((response) => response.name).join('\n- ');
// Reply with list of responses
await interaction.reply({