Images, Themes Command

This commit is contained in:
Daniel Odendahl Jr
2017-09-27 00:50:57 +00:00
parent e22e01b166
commit 4c17f97da9
50 changed files with 157 additions and 139 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ module.exports = class GitHubCommand extends Command {
.get(`https://${GITHUB_LOGIN}@api.github.com/repos/${author}/${repository}`);
const embed = new MessageEmbed()
.setColor(0xFFFFFF)
.setAuthor('GitHub', 'https://i.imgur.com/bRROLzk.png')
.setAuthor('GitHub', 'https://i.imgur.com/e4HunUm.png')
.setTitle(body.full_name)
.setURL(body.html_url)
.setDescription(body.description || 'No description.')