mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove double line breaks at end of some commands
This commit is contained in:
@@ -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' }] });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -68,4 +68,3 @@ module.exports = class CertificateCommand extends Command {
|
||||
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'certificate.png' }] });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -50,4 +50,3 @@ module.exports = class CursedSpongeCommand extends Command {
|
||||
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'cursed-sponge.png' }] });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -41,4 +41,3 @@ module.exports = class LolcatCommand extends Command {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@ module.exports = class MockingCommand extends Command {
|
||||
return MOCKING_EMOJI_ID && MOCKING_EMOJI_NAME ? ` <:${MOCKING_EMOJI_NAME}:${MOCKING_EMOJI_ID}>` : '';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -84,4 +84,3 @@ module.exports = class PeriodicTableCommand extends Command {
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user