From 1351de19c17373cec19335af95329f8e39a79d30 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 14 Oct 2018 22:29:07 +0200 Subject: [PATCH] I forgot to save the change --- commands/fun/like.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/fun/like.js b/commands/fun/like.js index 67c69152..efc09867 100644 --- a/commands/fun/like.js +++ b/commands/fun/like.js @@ -4,12 +4,12 @@ const { createCanvas, loadImage, getContext } = require('canvas') const superagent = require('superagent') -module.exports = class idubbbzCommand extends Command { +module.exports = class likeCommand extends Command { constructor(client) { super(client, { - name: 'test', + name: 'like', group: 'fun', - memberName: 'test', + memberName: 'like', description: `Put the text you send in idubbbz piece of paper`, }); }