audit fix; add n. guilds stat
This commit is contained in:
parent
c6d37cd81e
commit
a6ea1188b8
7 changed files with 217 additions and 157 deletions
7
src/main.ts
Normal file
7
src/main.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import client from "./bot";
|
||||
import init from "./initConfig";
|
||||
|
||||
init();
|
||||
|
||||
client.login(process.env.TOKEN);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue