From 56138afea9452601a2519c86082bfcda463e8c07 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 15 Jun 2017 04:26:14 +0000 Subject: [PATCH] Cherrypick GitHub Commits --- commands/avataredit/3000-years.js | 1 - commands/games/hangman.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/avataredit/3000-years.js b/commands/avataredit/3000-years.js index a3f56831..f436e356 100644 --- a/commands/avataredit/3000-years.js +++ b/commands/avataredit/3000-years.js @@ -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'); diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 1c0111e0..7b256438 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -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}\``); } } -}; \ No newline at end of file +};