generated from Baipyrus/DiscordJS-Template
bugfix: display name instead of value
This commit is contained in:
parent
370361f9d3
commit
601c9db54f
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user