This commit is contained in:
Daniel Odendahl Jr
2017-08-21 21:03:41 +00:00
parent 851c29eaee
commit 8d6e964698
+2 -2
View File
@@ -33,8 +33,8 @@ module.exports = class GitHubCommand extends Command {
const { body } = await snekfetch
.get(`https://${GITHUB_LOGIN}@api.github.com/repos/${author}/${repository}`);
const embed = new MessageEmbed()
.setColor(0xCB0000)
.setAuthor('GitHub', 'https://i.imgur.com/BCODHXd.png')
.setColor(0xFFFFFF)
.setAuthor('GitHub', 'https://i.imgur.com/bRROLzk.png')
.setTitle(body.full_name)
.setURL(body.html_url)
.setDescription(body.description || 'No Description.')