1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Big bruh on update cmd

This commit is contained in:
AnxietyisReal 2023-12-26 17:35:56 +11:00
parent a0e2ebdac1
commit ccaa1579b9

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',