From 906fdc4cf0bcf8defaef6cbb4bf503a5af94484f Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Thu, 22 Nov 2018 17:17:11 +0100 Subject: [PATCH] fixed aliases --- commands/fun/print.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/print.js b/commands/fun/print.js index df71e29..a116f04 100644 --- a/commands/fun/print.js +++ b/commands/fun/print.js @@ -4,7 +4,7 @@ module.exports = class printCommand extends Command { constructor(client) { super(client, { name: 'print', - aliases: ['dundermiffline', 'waste dev ink and money'], + aliases: ['dundermiffline', 'wasteDevInkAndMoney'], group: 'fun', memberName: 'print', description: 'print whatever you want using the dev printer ! ( yea really, send a feedback requesting the image and i\'il send it to you.',