fix
This commit is contained in:
commit
f427f4b7e3
1 changed files with 5 additions and 1 deletions
|
@ -58,6 +58,10 @@ module.exports = {
|
|||
name: "Cluster Strike",
|
||||
value: "clusterstrike",
|
||||
},
|
||||
{
|
||||
name: "Chopper Gunner",
|
||||
value: "choppergunner",
|
||||
},
|
||||
{
|
||||
name: "Stealth Chopper",
|
||||
value: "stealthchopper",
|
||||
|
@ -132,7 +136,7 @@ module.exports = {
|
|||
.addFields(
|
||||
{
|
||||
name: "Cost",
|
||||
value: `\`\`\`${d.cost}\`\`\``,
|
||||
value: `${d.cost}`,
|
||||
inline: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue