Fix requring own file

This commit is contained in:
Daniel Odendahl Jr
2018-05-30 12:04:00 +00:00
parent 0fb0537695
commit e6b6b56740
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const { Command } = require('discord.js-commando');
class XiaoCommand extends Command {
constructor(client) {