diff --git a/dist/index.js b/dist/index.js index 9227b7ab..36532a06 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11532,7 +11532,7 @@ class Client { commit && this.includesField('message') ? { title: 'message', - value: `<${commit.data.html_url}|${commit.data.commit.message}>`, + value: `<${commit.data.html_url}|${commit.data.commit.message.split('\n')[0]}>`, short: true, } : undefined,