From f8613576985af6511cf32d8a5c8d825e688ca215 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 15 Oct 2018 00:19:11 +0200 Subject: [PATCH] Updated description --- commands/fun/idubbbzpaint.js | 2 +- commands/fun/like.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/fun/idubbbzpaint.js b/commands/fun/idubbbzpaint.js index 382b9fc4..71df4a63 100644 --- a/commands/fun/idubbbzpaint.js +++ b/commands/fun/idubbbzpaint.js @@ -11,7 +11,7 @@ module.exports = class idubbbzpaintCommand extends Command { aliases: ['idubbzpaint', 'edupspaint'], group: 'fun', memberName: 'painting', - description: `Put the text you send in idubbbz piece of paper`, + description: `Put the image you send or you in idubbbz painting`, args: [ { key: 'text', diff --git a/commands/fun/like.js b/commands/fun/like.js index efc09867..d4e327c8 100644 --- a/commands/fun/like.js +++ b/commands/fun/like.js @@ -10,7 +10,7 @@ module.exports = class likeCommand extends Command { name: 'like', group: 'fun', memberName: 'like', - description: `Put the text you send in idubbbz piece of paper`, + description: `What the hell is this and why did my grandsone like it`, }); }