1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Big bruh on update cmd

This commit is contained in:
toast-ts 2023-12-26 17:35:56 +11:00
parent 0dddf1b109
commit 8d03360899

View File

@ -71,7 +71,7 @@ export default class Developer {
deletion: repoData.stats.deletions.toLocaleString('en-US')
};
const msgBody = MessageTool.concatMessage(
`[Commit pulled](<${repoData.commit.url}>)`,
`[Commit pulled](<${repoData.html_url}>)`,
`Message: **${repoData.commit.message.length === 0 ? '*No commit message*' : repoData.commit.message}**`,
`Author: **${repoData.commit.author.name}**`,
'Changes',