mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Destructuring is Nice
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user