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' }] });
}
};