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/index.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
06f4d003a6
commit
258e49ef19
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ import * as utils from "./modules/index";
|
|||
import { resetSpotifyCache } from "./modules/howWasYourDay";
|
||||
import { PrivateDNS } from "./modules/nextdns";
|
||||
import { attachDB } from "./modules/projectWaterydo";
|
||||
import monitorMemCpu from "./modules/alertcpu"
|
||||
import monitorMemCpu from "./modules/alertcpu";
|
||||
import { watchForWhenIUseHacktime } from "./modules/hacktime";
|
||||
|
||||
import { EncryptedJsonDb } from "./modules/encrypted-db";
|
||||
|
|
@ -111,8 +111,8 @@ app.start(process.env.PORT || 3000).then(async (d) => {
|
|||
text: `Starting Slack Bot :D`,
|
||||
});
|
||||
init(app);
|
||||
PrivateDNS(app, process.env.MY_NEXTDNS, `C07LT7XS28Z`);
|
||||
monitorMemCpu()
|
||||
PrivateDNS(app, process.env.MY_NEXTDNS, `C07LT7XS28Z`);
|
||||
monitorMemCpu();
|
||||
// grab spotify cache from db
|
||||
resetSpotifyCache(app);
|
||||
app.client.chat.postMessage({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue