enhancement(lint): Fix lint errors for src/commands/capture-the-flag.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-11-07 03:27:25 +00:00 committed by GitHub
parent aa24a5956b
commit 63125b195c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,11 +19,11 @@ export default class CTF implements Command {
await ack();
if (!onlyForMe(command.user_id))
return respond(`hint: check my source code :D\n ${process.env.SECOND_FLAG}`);
respond(`Super def secret part: 92bf-a969b0eb15c0`).then((d) => {
});
return respond(
`hint: check my source code :D\n ${process.env.SECOND_FLAG}`,
);
respond(`Super def secret part: 92bf-a969b0eb15c0`).then((d) => {});
});
}
}