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
@@ -50,4 +50,3 @@ module.exports = class CursedSpongeCommand extends Command {
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'cursed-sponge.png' }] });
}
};