diff --git a/lib/template.js b/lib/template.js index 0cf9c07e0..3f2623166 100644 --- a/lib/template.js +++ b/lib/template.js @@ -121,7 +121,7 @@ function generateTemplate(response, action) { ? user.tier.monthlyPriceInCents : 0) <= action.maximum); } - (0, core_1.info)(`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`); + (0, core_1.info)(`Found ${filteredSponsors.length} matching sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`); /** * If there are no valid sponsors then we return the provided fallback. */