Bug Fixes and Minor Modifications

This commit is contained in:
Daniel Odendahl Jr
2017-04-01 23:54:28 +00:00
parent 8ed6e15aff
commit ae3d5745b6
8 changed files with 12 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ const commando = require('discord.js-commando');
const request = require('superagent');
const cheerio = require('cheerio');
module.exports = class DefineCommand extends commando.Command {
module.exports = class ImageSearchCommand extends commando.Command {
constructor(Client) {
super(Client, {
name: 'image',