I forgot to save the change
This commit is contained in:
parent
e96f6ac26b
commit
1351de19c1
1 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ const { createCanvas, loadImage, getContext } = require('canvas')
|
||||||
const superagent = require('superagent')
|
const superagent = require('superagent')
|
||||||
|
|
||||||
|
|
||||||
module.exports = class idubbbzCommand extends Command {
|
module.exports = class likeCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'test',
|
name: 'like',
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'test',
|
memberName: 'like',
|
||||||
description: `Put the text you send in idubbbz piece of paper`,
|
description: `Put the text you send in idubbbz piece of paper`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue