forked from Supositware/Haha-Yes
Updated description & removed useless thing
This commit is contained in:
parent
4734b5cf4d
commit
83f5198f10
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const Discord = require('discord.js');
|
|
||||||
const fetch = require('node-fetch')
|
const fetch = require('node-fetch')
|
||||||
module.exports = class BadMemeCommand extends Command {
|
module.exports = class BadMemeCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
@ -7,7 +6,7 @@ module.exports = class BadMemeCommand extends Command {
|
||||||
name: 'badmeme',
|
name: 'badmeme',
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'badmeme',
|
memberName: 'badmeme',
|
||||||
description: `Show a random dog`,
|
description: `Take random images from imgur`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue