diff --git a/modules/eigenbot/index.js b/modules/eigenbot/index.js index 23eccd3..ac186e6 100644 --- a/modules/eigenbot/index.js +++ b/modules/eigenbot/index.js @@ -179,7 +179,7 @@ async function sendUpcoming (interaction, project) { return replyNoMention(interaction, 'No upcoming bugfixes were found.') } - let messageContent = 'The following bugs will likely be fixed in the next snapshot:' + let messageContent = `The following ${results.issues.length} bugs will likely be fixed in the next snapshot:` async function addLine(line) { const newContent = line !== null ? messageContent + '\n' + line : messageContent