Adjusted warning

This commit is contained in:
Atridad Lahiji 2023-07-06 23:07:06 -06:00
parent 6ed2f4f1a1
commit b9c02a157b
No known key found for this signature in database

View file

@ -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\nI am now at ${balance} credits. If you'd like to help fund this command, please type "/support" for details!`
}` || 'ERROR!';
if (interactionOrMessage instanceof Message) {