Remove double line breaks at end of some commands

This commit is contained in:
Dragon Fire
2020-05-31 22:08:18 -04:00
parent dc7923f0e9
commit c2c0d2cf9b
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -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' }] });
}
};
-1
View File
@@ -68,4 +68,3 @@ module.exports = class CertificateCommand extends Command {
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'certificate.png' }] });
}
};
-1
View File
@@ -50,4 +50,3 @@ module.exports = class CursedSpongeCommand extends Command {
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'cursed-sponge.png' }] });
}
};
-1
View File
@@ -41,4 +41,3 @@ module.exports = class LolcatCommand extends Command {
}
}
};
-1
View File
@@ -36,4 +36,3 @@ module.exports = class MockingCommand extends Command {
return MOCKING_EMOJI_ID && MOCKING_EMOJI_NAME ? ` <:${MOCKING_EMOJI_NAME}:${MOCKING_EMOJI_ID}>` : '';
}
};
-1
View File
@@ -84,4 +84,3 @@ module.exports = class PeriodicTableCommand extends Command {
);
}
};