modmail/index.js

5 lines
131 B
JavaScript
Raw Normal View History

2021-06-18 15:41:57 +02:00
const Options = require('./config');
const { Client } = require('./structure');
const client = new Client(Options);
client.init();