# why is this not working const hasUser = m.mentionedIds.some((sum) => { return sum.user === client.info.wid.user; }); if (hasUser) { m.reply('hello') }