Destructuring is Nice

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 03:51:10 +00:00
parent f9835fee98
commit bcaa91c367
104 changed files with 265 additions and 265 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
const commando = require('discord.js-commando');
const { Command } = require('discord.js-commando');
const request = require('superagent');
const cheerio = require('cheerio');
const querystring = require('querystring');
module.exports = class GoogleCommand extends commando.Command {
module.exports = class GoogleCommand extends Command {
constructor(client) {
super(client, {
name: 'google',