From c2c0d2cf9beca9b75c03063e4201beabdc5875f5 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 31 May 2020 22:08:18 -0400 Subject: [PATCH] Remove double line breaks at end of some commands --- commands/edit-image/axis-cult-sign-up.js | 1 - commands/edit-image/certificate.js | 1 - commands/edit-meme/cursed-sponge.js | 1 - commands/edit-text/lolcat.js | 1 - commands/edit-text/mocking.js | 1 - commands/search/periodic-table.js | 1 - 6 files changed, 6 deletions(-) diff --git a/commands/edit-image/axis-cult-sign-up.js b/commands/edit-image/axis-cult-sign-up.js index e7c1dafe..767047ac 100644 --- a/commands/edit-image/axis-cult-sign-up.js +++ b/commands/edit-image/axis-cult-sign-up.js @@ -76,4 +76,3 @@ module.exports = class AxisCultSignUpCommand extends Command { return msg.say({ files: [{ attachment: canvas.toBuffer('image/jpeg'), name: 'axis-cult-sign-up.jpg' }] }); } }; - diff --git a/commands/edit-image/certificate.js b/commands/edit-image/certificate.js index 99824544..0a8cf793 100644 --- a/commands/edit-image/certificate.js +++ b/commands/edit-image/certificate.js @@ -68,4 +68,3 @@ module.exports = class CertificateCommand extends Command { return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'certificate.png' }] }); } }; - diff --git a/commands/edit-meme/cursed-sponge.js b/commands/edit-meme/cursed-sponge.js index 6b6f9edc..3a654694 100644 --- a/commands/edit-meme/cursed-sponge.js +++ b/commands/edit-meme/cursed-sponge.js @@ -50,4 +50,3 @@ module.exports = class CursedSpongeCommand extends Command { return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'cursed-sponge.png' }] }); } }; - diff --git a/commands/edit-text/lolcat.js b/commands/edit-text/lolcat.js index 4fbcd181..8c47d61f 100644 --- a/commands/edit-text/lolcat.js +++ b/commands/edit-text/lolcat.js @@ -41,4 +41,3 @@ module.exports = class LolcatCommand extends Command { } } }; - diff --git a/commands/edit-text/mocking.js b/commands/edit-text/mocking.js index 398f686d..e097a34b 100644 --- a/commands/edit-text/mocking.js +++ b/commands/edit-text/mocking.js @@ -36,4 +36,3 @@ module.exports = class MockingCommand extends Command { return MOCKING_EMOJI_ID && MOCKING_EMOJI_NAME ? ` <:${MOCKING_EMOJI_NAME}:${MOCKING_EMOJI_ID}>` : ''; } }; - diff --git a/commands/search/periodic-table.js b/commands/search/periodic-table.js index ef2a5945..3fcb3415 100644 --- a/commands/search/periodic-table.js +++ b/commands/search/periodic-table.js @@ -84,4 +84,3 @@ module.exports = class PeriodicTableCommand extends Command { ); } }; -