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 temmize = require('./temmize.js');
module.exports = class TemmieCommand extends commando.Command {
module.exports = class TemmieCommand extends Command {
constructor(Client) {
super(Client, {
name: 'temmie',