Skip to content

Commit 4c36e2c

Browse files
authored
verify admin - add debug for user error (#495)
1 parent 7a9f4f2 commit 4c36e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Parsers/Admin tool - Verify.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if (
3939
} else {
4040
messageBody =
4141
"!verify-admin must be called with a user tag, followed by an optional parameter and optional description. For example: `!verify-admin @Astrid -unv Is an Impasta`\n\nThe full list of accepted triggers can be found by sending `!verify-admin -help`";
42+
slacker.send_chat(current, messageBody, true);
4243
}
4344
}
4445

@@ -77,7 +78,7 @@ if (
7778
messageBody += "User information:\n>" + description;
7879
} else {
7980
messageBody +=
80-
"I'm afraid I can't do that as the ~limit~ user does not exist.";
81+
`I'm afraid I can't do that as the ~limit~ user (<@${userId}>) does not exist.`;
8182
}
8283
slacker.send_chat(current, messageBody, true);
8384
}

0 commit comments

Comments
 (0)