Remove scary text...

Signed-off-by: Randshot <randshot@norealm.xyz>
This commit is contained in:
Randshot 2020-02-03 17:37:27 +01:00
parent 03382ce70c
commit bef99297f9
No known key found for this signature in database
GPG Key ID: 47E0D72B4F839031

View File

@ -87,7 +87,7 @@ export async function parseArguments(roomId: string, event: any, mjolnir: Mjolni
let replyMessage = null;
if (!list) replyMessage = "No ban list matching that shortcode was found";
else if (!ruleType) replyMessage = "Please specify the type as either 'user', 'room', or 'server'";
else if (!entity) replyMessage = "No entity found to (un)ban";
else if (!entity) replyMessage = "No entity found";
if (replyMessage) {
const reply = RichReply.createFor(roomId, event, replyMessage, replyMessage);