mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
enhancement(lint): Fix lint errors for src/modules/cron.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
b976e0a0a8
commit
8867103ac5
1 changed files with 3 additions and 3 deletions
|
|
@ -107,10 +107,10 @@ export function setupOverallCron(app: ModifiedApp) {
|
|||
} catch (e: any) {
|
||||
app.client.chat.postMessage({
|
||||
channel: ``,
|
||||
text: `So i was supposed to say How was your day neon right?? well guess what neon broke my damn code!! so he gets to deal with this shitty error: \`\`\`\n${e.stack}\`\`\``
|
||||
})
|
||||
text: `So i was supposed to say How was your day neon right?? well guess what neon broke my damn code!! so he gets to deal with this shitty error: \`\`\`\n${e.stack}\`\`\``,
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
// ,{ name: "howwasmyday" },
|
||||
);
|
||||
cronWithCheckIn.schedule(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue