🚧 Disable old Mongoose
This commit is contained in:
parent
ea2fc1e585
commit
44cbecd3f1
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
|||
import { Client } from "discord.js";
|
||||
|
||||
import * as command from "./command";
|
||||
import * as database from "./database";
|
||||
import * as event from "./event";
|
||||
import * as schedule from "./schedule";
|
||||
|
||||
export const start = async (client: Client) => {
|
||||
await database.connect();
|
||||
// await database.connect();
|
||||
await schedule.start(client);
|
||||
await command.register(client);
|
||||
await event.register(client);
|
||||
|
|
Loading…
Add table
Reference in a new issue