mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Big bruh on update cmd
This commit is contained in:
parent
a0e2ebdac1
commit
ccaa1579b9
@ -71,7 +71,7 @@ export default class Developer {
|
|||||||
deletion: repoData.stats.deletions.toLocaleString('en-US')
|
deletion: repoData.stats.deletions.toLocaleString('en-US')
|
||||||
};
|
};
|
||||||
const msgBody = MessageTool.concatMessage(
|
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}**`,
|
`Message: **${repoData.commit.message.length === 0 ? '*No commit message*' : repoData.commit.message}**`,
|
||||||
`Author: **${repoData.commit.author.name}**`,
|
`Author: **${repoData.commit.author.name}**`,
|
||||||
'Changes',
|
'Changes',
|
||||||
|
Loading…
Reference in New Issue
Block a user