From 9a051637d1e529f634c1becf0934b9559a6f1b90 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:29:02 -0500 Subject: make cape command explain you already need the points --- src/commands/moulberry-bush/capes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 }; } -- cgit