diff options
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/moulberry-bush/capes.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands/moulberry-bush/capes.ts b/src/commands/moulberry-bush/capes.ts index 8c080e3..0b2fcad 100644 --- a/src/commands/moulberry-bush/capes.ts +++ b/src/commands/moulberry-bush/capes.ts @@ -99,7 +99,9 @@ export default class CapesCommand extends BushCommand { color: util.colors.default, timestamp: new Date().toISOString(), image: { url: cape.url }, - description: cape.purchasable ? ':money_with_wings: **purchasable** :money_with_wings:' : undefined + description: cape.purchasable + ? ':money_with_wings: **purchasable** (with preexisting cape points) :money_with_wings:' + : undefined }; } |