Browse Source

Finalize changelog

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
3fa0470143
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -447,7 +447,7 @@ async function changelog(message) {
.setTimestamp(); .setTimestamp();
commits.forEach(commit => { commits.forEach(commit => {
changelogEmbed.addField(commit.abbrevHash, `> \`Hash:\`${commit.hash}\n> \`Subject:\`${commit.subject}\n> \`Author:\`${commit.authorName}\n> \`Date:\`${commit.authorDateRel}\n`); changelogEmbed.addField(commit.abbrevHash, `> \`Hash:\`${commit.hash}\n> \`Subject:\`${commit.subject}\n> \`Author:\`${commit.authorName}\n> \`Date:\`${commit.authorDateRel}\n>[Link](https://github.com/ADawesomeguy/AwesomeSciBo/commit/${commit.hash})\n`);
}); });
message.channel.send(changelogEmbed); message.channel.send(changelogEmbed);

Loading…
Cancel
Save