forked from Galactic/modmail
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
|
const Options = require('./config');
|
||
|
const { Client } = require('./structure');
|
||
|
|
||
|
const client = new Client(Options);
|
||
|
client.init();
|