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,7 +1,7 @@
const commando = require('discord.js-commando');
const { Command } = require('discord.js-commando');
const request = require('superagent');
module.exports = class WebhookCommand extends commando.Command {
module.exports = class WebhookCommand extends Command {
constructor(client) {
super(client, {
name: 'webhook',