audit fix; add n. guilds stat

This commit is contained in:
Yusur 2025-08-19 17:00:01 +02:00
parent c6d37cd81e
commit a6ea1188b8
7 changed files with 217 additions and 157 deletions

7
src/main.ts Normal file
View file

@ -0,0 +1,7 @@
import client from "./bot";
import init from "./initConfig";
init();
client.login(process.env.TOKEN);