Use the helper method to create the field, and use the quote text, not the object
This commit is contained in:
parent
108fd65487
commit
edb33a14eb
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ export default {
|
|||
{
|
||||
description: `Note: If **more than ${Math.floor(config.guilds[gID].quote_max / 2)}** of the quotes tie, they will all be eliminated, otherwise, the ones that tie will move on to the next bracket.`,
|
||||
fields: quotes.map((quote, i) => { return {
|
||||
name: `${i < winner_count ? '👑 ' : ''}Quote ${i + 1}:`,
|
||||
value: quote,
|
||||
name: generateFieldTitle(i, quote),
|
||||
value: quote.text,
|
||||
}}),
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue