Lockdown Command Beta

This commit is contained in:
Daniel Odendahl Jr
2017-04-01 20:58:27 +00:00
parent 1a097476df
commit 800ccd69a7
2 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const request = require('superagent');
const cheerio = require('cheerio');
const querystring = require('querystring');
module.exports = class DefineCommand extends commando.Command {
module.exports = class GoogleCommand extends commando.Command {
constructor(Client) {
super(Client, {
name: 'google',