new aliases
This commit is contained in:
parent
0f815d09d2
commit
1df06c98e9
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ module.exports = class printCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'print',
|
name: 'print',
|
||||||
|
aliases: ['dundermiffline', 'waste dev ink and money'],
|
||||||
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