Adjusted warning
This commit is contained in:
parent
6ed2f4f1a1
commit
b9c02a157b
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ export class UserCommand extends Command {
|
||||||
const content =
|
const content =
|
||||||
`Prompt: ${prompt}${
|
`Prompt: ${prompt}${
|
||||||
balance &&
|
balance &&
|
||||||
balance <= 200 &&
|
balance <= 300 &&
|
||||||
`\n\n... also, we are now at ${balance} credits. If you'd like to help fund this command, please type "/support" for details!`
|
`\n\n⚠️I am now at ${balance} credits. If you'd like to help fund this command, please type "/support" for details!`
|
||||||
}` || 'ERROR!';
|
}` || 'ERROR!';
|
||||||
|
|
||||||
if (interactionOrMessage instanceof Message) {
|
if (interactionOrMessage instanceof Message) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue