too many things
This commit is contained in:
parent
3b892b3db0
commit
b5dd0ed413
9 changed files with 1187 additions and 3 deletions
|
@ -3,6 +3,7 @@ import { selfappReq } from "./selfappReq";
|
|||
import { setupJoinRequestHandler } from "./joinRequestHandler";
|
||||
import { Constants } from "./Constants";
|
||||
import { Divider, generateList, generateUserComponent, Header } from "./cv2";
|
||||
import { openDb } from "./database";
|
||||
|
||||
export const client = new Client({
|
||||
auth: `Bot ${process.env.BOT_TOKEN}`,
|
||||
|
@ -26,4 +27,5 @@ process.on("uncaughtException", (e) => {
|
|||
console.error(e);
|
||||
});
|
||||
|
||||
openDb();
|
||||
client.connect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue