mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
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:
parent
4ea17ebe62
commit
5297b1f361
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue