Skip to content

Commit 203e2aa

Browse files
authored
Update Admin tool - Verify.js
fixing help text
1 parent 131d0ce commit 203e2aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Parsers/Admin tool - Verify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ flags:gi
5454
// 2. Validate that a user tag is provided
5555
if (paramArr.length == 0 || !/^<@.*?>$/.test(paramArr[0])) {
5656
messageBody =
57-
"!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`";
57+
"!verify-admin must be called with a user tag and optional description. For example: `!verify-admin @Astrid Is an Impasta`\n\nThe full list of accepted triggers can be found by sending `!verify-admin -help`";
5858
slacker.send_chat(current, messageBody, true);
5959
return;
6060
}
@@ -115,7 +115,7 @@ flags:gi
115115
"\n";
116116
messageBody += "User information:\n>" + description;
117117
} else {
118-
messageBody = "I'm afraid I can't do that as the user (<@" + userId + ">) does not exist.";
118+
messageBody = "I'm afraid I can't do that as the ~limit~ user (<@" + userId + ">) does not exist.";
119119
}
120120

121121
slacker.send_chat(current, messageBody, true);

0 commit comments

Comments
 (0)