fix scorestreak not showing null string

This commit is contained in:
night0721 2022-01-27 17:26:28 +08:00
parent 6ddb0b7781
commit 43665b1841

View file

@ -147,7 +147,7 @@ module.exports = {
},
{
name: "More Info",
value: `\`\`\`${d.special ? d.special : "** **"}\`\`\``,
value: `\`\`\`${d.special ? d.special : "None"}\`\`\``,
inline: false,
}
)