Start api service on bot start

This commit is contained in:
Lukas | AstroGD 2022-11-24 23:06:28 +01:00
parent f695f0162f
commit 657a58f3a5
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA
2 changed files with 2 additions and 0 deletions

View File

@ -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() {

View File

@ -0,0 +1 @@
import "./uptime";