Skip to content

Commit 775cc52

Browse files
authored
Update Check if user is verified.js
removing an errant space
1 parent 1de5d1b commit 775cc52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parsers/Check if user is verified.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if(grUser.get('user_id',user_id) && Object.keys(grUser).indexOf('verified') != -
2121
current.channel == "GD51HTR46" ||
2222
current.channel == "G9LAJG7G8" ||
2323
current.channel == "G7M4AP6U8"
24-
) { message_body += `\n\n Hey! You\'re in an admin channel!\nIf you want to change the verify status or add a note, try \`!verify-admin <@${user_id}>\``; }
24+
) { message_body += `\n\nHey! You\'re in an admin channel! :wave-forrest-gump:\nIf you want to change the verify status or add a note, try \`!verify-admin <@${user_id}>\``; }
2525
}
2626
else {
2727
message_body += 'I\'m afraid I can\'t do that. Either the user does not exist, or the logic to support this functionality is not yet on the instance.';

0 commit comments

Comments
 (0)