enhancement(lint): Fix lint errors for src/commands/howWasYourDayMessage.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-03-27 01:07:23 +00:00 committed by GitHub
parent 4ea17ebe62
commit 5297b1f361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,9 +91,9 @@ export default class HowWasUrDayMessage implements Command {
console.debug(`#message-hwowasurday`);
// app.command()
app.event(this.name, async (par) => {
try{
this.potatoGame(app, par.event);
} catch (e) {} // console.debug(par);
try {
this.potatoGame(app, par.event);
} catch (e) {} // console.debug(par);
//@ts-ignore
if (par.event.channel == "C07ST3FF4S0") return;