You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Natsuki/bot.js

5 lines
163 B

2 years ago
const dbConnect = require('./src/db/connect');
2 years ago
const r = async () => {
2 years ago
await dbConnect({auth: require('./src/json/auth.json'), config: {logLevel: 1}});
2 years ago
};
r();