1 2 3 4 5
import { token, owners } from './Config'; import BotClient from './client/BotClient'; const client: BotClient = new BotClient({ token, owners }); client.start();