From b9c02a157bd3661f414923b295d0b66a941fc216 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:07:06 -0600 Subject: [PATCH] Adjusted warning --- src/commands/pic.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/pic.ts b/src/commands/pic.ts index 9511255..34def63 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -97,8 +97,8 @@ export class UserCommand extends Command { const content = `Prompt: ${prompt}${ balance && - balance <= 200 && - `\n\n... also, we are now at ${balance} credits. If you'd like to help fund this command, please type "/support" for details!` + balance <= 300 && + `\n\n⚠️I am now at ${balance} credits. If you'd like to help fund this command, please type "/support" for details!` }` || 'ERROR!'; if (interactionOrMessage instanceof Message) {