mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
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:
parent
aa24a5956b
commit
63125b195c
1 changed files with 4 additions and 4 deletions
|
|
@ -19,11 +19,11 @@ export default class CTF implements Command {
|
||||||
await ack();
|
await ack();
|
||||||
|
|
||||||
if (!onlyForMe(command.user_id))
|
if (!onlyForMe(command.user_id))
|
||||||
return respond(`hint: check my source code :D\n ${process.env.SECOND_FLAG}`);
|
return respond(
|
||||||
|
`hint: check my source code :D\n ${process.env.SECOND_FLAG}`,
|
||||||
respond(`Super def secret part: 92bf-a969b0eb15c0`).then((d) => {
|
);
|
||||||
});
|
|
||||||
|
|
||||||
|
respond(`Super def secret part: 92bf-a969b0eb15c0`).then((d) => {});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue