Style changes

This commit is contained in:
Daniel Odendahl Jr
2017-10-09 12:52:59 +00:00
parent bf19c9e398
commit c25facec0e
18 changed files with 22 additions and 42 deletions
+1 -2
View File
@@ -31,8 +31,7 @@ module.exports = class GitHubCommand extends Command {
async run(msg, { author, repository }) {
try {
const { body } = await snekfetch
.get(`https://${GITHUB_LOGIN}@api.github.com/repos/${author}/${repository}`);
const { body } = await snekfetch.get(`https://${GITHUB_LOGIN}@api.github.com/repos/${author}/${repository}`);
const embed = new MessageEmbed()
.setColor(0xFFFFFF)
.setAuthor('GitHub', 'https://i.imgur.com/e4HunUm.png')