Cherrypick GitHub Commits

This commit is contained in:
Daniel Odendahl Jr
2017-06-15 04:26:14 +00:00
parent c635eabd4d
commit 56138afea9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -35,7 +35,6 @@ module.exports = class YearsCommand extends Command {
format: 'png',
size: 256
});
console.log(avatarURL);
const Image = Canvas.Image;
const canvas = new Canvas(856, 569);
const ctx = canvas.getContext('2d');
+1 -1
View File
@@ -80,4 +80,4 @@ module.exports = class HangmanCommand extends Command {
return msg.say(`Oh no, an Error occurred! Try again later! \`${err.name}: ${err.message}\``);
}
}
};
};