From 83f5198f10f96a6fc3c764998e9a9a3f416d1377 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 2 Oct 2018 10:43:54 +0200 Subject: [PATCH] Updated description & removed useless thing --- commands/fun/badmeme.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/fun/badmeme.js b/commands/fun/badmeme.js index efbad40d..d4f78b26 100644 --- a/commands/fun/badmeme.js +++ b/commands/fun/badmeme.js @@ -1,5 +1,4 @@ const { Command } = require('discord.js-commando'); -const Discord = require('discord.js'); const fetch = require('node-fetch') module.exports = class BadMemeCommand extends Command { constructor(client) { @@ -7,7 +6,7 @@ module.exports = class BadMemeCommand extends Command { name: 'badmeme', group: 'fun', memberName: 'badmeme', - description: `Show a random dog`, + description: `Take random images from imgur`, }); }