fix scorestreak not showing null string
This commit is contained in:
parent
6ddb0b7781
commit
43665b1841
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
name: "More Info",
|
||||
value: `\`\`\`${d.special ? d.special : "** **"}\`\`\``,
|
||||
value: `\`\`\`${d.special ? d.special : "None"}\`\`\``,
|
||||
inline: false,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue