-
- {message.attachments &&
- message.attachments.length > 0 && (
-
+
+
+
+
+ {message.attachments && (
+ <>
+
+ {message.attachments.length > 1 ?
+ "Sent multiple attachments" :
+ "Sent an attachment"}
+ >
)}
- {message.author_id === SYSTEM_USER_ID ? (
-
- ) : (
-
- )}
+ {message.author_id === SYSTEM_USER_ID ? (
+
+ ) : (
+
+ )}
+