From 5f5a47d20fd44f88f9599fd2926f06ecd32dde7f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 6 Apr 2024 20:03:46 -0400 Subject: [PATCH] Fix --- commands/auto/unflip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/auto/unflip.js b/commands/auto/unflip.js index a0228ece..e599215a 100644 --- a/commands/auto/unflip.js +++ b/commands/auto/unflip.js @@ -1,7 +1,7 @@ const Command = require('../../structures/commands/AutoReply'); module.exports = class UnflipCommand extends Command { - constructor(client, info) { + constructor(client) { super(client, { name: 'unflip', group: 'auto',