Start api service on bot start
This commit is contained in:
parent
f695f0162f
commit
657a58f3a5
1
index.ts
1
index.ts
@ -9,6 +9,7 @@ import "./src/client/init";
|
||||
import "./src/commands";
|
||||
import "./src/events";
|
||||
import "./src/cli";
|
||||
import "./src/service";
|
||||
import client from "./src/client";
|
||||
|
||||
function shutdown() {
|
||||
|
@ -0,0 +1 @@
|
||||
import "./uptime";
|
Loading…
Reference in New Issue
Block a user