From 839dc145728a63b802d9e8d9bc60172ce4c65bb2 Mon Sep 17 00:00:00 2001 From: ChatDisabled <44729807+ChatDisabled@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:33:36 +0100 Subject: [PATCH] chore: testing a very long commit message by me --- src/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord.js b/src/discord.js index eb9a1de..be54ce9 100644 --- a/src/discord.js +++ b/src/discord.js @@ -1,5 +1,5 @@ const { MessageEmbed, WebhookClient } = require('discord.js') -const MAX_MESSAGE_LENGTH = 40 +const MAX_MESSAGE_LENGTH = 72 module.exports.send = (id, token, repo, branch, url, commits, size, threadId) => new Promise((resolve, reject) => {