diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/buy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/buy.js b/commands/buy.js index 89422ad..f01a994 100644 --- a/commands/buy.js +++ b/commands/buy.js @@ -54,7 +54,7 @@ module.exports.run = async (client, message, args) => { for (var c in items) { if (categories[i] === items[c].type) { - tempDesc += `${items[c].name} - $${items[c].price} - ${items[c].desc}\n`; + tempDesc += `${items[c].name} - ${items[c].price}$ - ${items[c].desc}\n`; } |
