diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js
index 52d38b0d..3b90a0e9 100644
--- a/commands/fun/badmeme.js
+++ b/commands/fun/badmeme.js
@@ -6,7 +6,7 @@ module.exports = class BadmemeCommand extends Command {
             name: 'badmeme',
             group: 'fun',
             memberName: 'badmeme',
-            description: 'Send some very bad memes.',
+            description: `Some very bad meme. There is currently **${Object.keys(responseObject).length}** meme`,
         });
     }
 
diff --git a/commands/fun/despacito.js b/commands/fun/despacito.js
index fe24d5af..9d837a36 100644
--- a/commands/fun/despacito.js
+++ b/commands/fun/despacito.js
@@ -6,7 +6,7 @@ module.exports = class DespacitoCommand extends Command {
             name: 'despacito',
             group: 'fun',
             memberName: 'despacito',
-            description: 'despacito, what where you excepting?',
+            description: `despacito, what where you excepting? There is currently **${Object.keys(responseObject).length}** vid`,
         });
     }