fixed aliases
This commit is contained in:
parent
906fdc4cf0
commit
72e89e64aa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module.exports = class printCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'print',
|
name: 'print',
|
||||||
aliases: ['dundermiffline', 'wasteDevInkAndMoney'],
|
aliases: ['dundermiffline', 'wastedevinkandmoney'],
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'print',
|
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.',
|
description: 'print whatever you want using the dev printer ! ( yea really, send a feedback requesting the image and i\'il send it to you.',
|
||||||
|
|
Loading…
Reference in a new issue