Version 1.0.0-beta.2 #2

Merged
AstroGD merged 6 commits from dev into main 2022-11-24 23:30:25 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 657a58f3a5 - Show all commits

View File

@ -9,6 +9,7 @@ import "./src/client/init";
import "./src/commands"; import "./src/commands";
import "./src/events"; import "./src/events";
import "./src/cli"; import "./src/cli";
import "./src/service";
import client from "./src/client"; import client from "./src/client";
function shutdown() { function shutdown() {

View File

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