diff --git a/chatBot/includes/IconMessage.js b/chatBot/includes/IconMessage.js index 6ae10b4..a0c5cc3 100644 --- a/chatBot/includes/IconMessage.js +++ b/chatBot/includes/IconMessage.js @@ -1,7 +1,7 @@ import Message from "./Message.js"; class IconMessage extends Message { - async constructor(peerName, avatarBuffer, topic, timestamp) { + constructor(peerName, avatarBuffer, topic, timestamp) { super("icon", peerName, avatarBuffer, topic, timestamp); }