use of com.botdarr.clients.ChatClientBootstrap in project botdarr by shayaantx.
the class BotdarrApplication method main.
public static void main(String[] args) throws Exception {
// bootstrap the database
DatabaseBootstrap.init();
// boostrap the chat client/bot
ChatClientBootstrap chatClientBootstrap = Config.getChatClientBootstrap();
chatClientBootstrap.init();
}
Aggregations