Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Parsers/Admin tool - Verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if (
} else {
messageBody =
"!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`";
slacker.send_chat(current, messageBody, true);
}
}

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