diff options
| author | Alee <alee14498@gmail.com> | 2018-03-29 21:14:47 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-03-29 21:14:47 -0400 |
| commit | 0a23b0fe7279428ff6950fdad7a8b2d2e3606598 (patch) | |
| tree | 9ade9427097c45c8041450055f0911d598e34c17 /commands | |
| parent | 93c48312c111ea09dc9aa716cdbbe0c222b423fb (diff) | |
| download | AleeBot-0a23b0fe7279428ff6950fdad7a8b2d2e3606598.tar.gz AleeBot-0a23b0fe7279428ff6950fdad7a8b2d2e3606598.tar.bz2 AleeBot-0a23b0fe7279428ff6950fdad7a8b2d2e3606598.zip | |
Wheeeeeee Victor software!
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`; } |
