mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const Command = require('../../structures/commands/AutoReply');
|
const Command = require('../../structures/commands/AutoReply');
|
||||||
|
|
||||||
module.exports = class UnflipCommand extends Command {
|
module.exports = class UnflipCommand extends Command {
|
||||||
constructor(client, info) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'unflip',
|
name: 'unflip',
|
||||||
group: 'auto',
|
group: 'auto',
|
||||||
|
|||||||
Reference in New Issue
Block a user