Search in sources :

Example 1 with ChatClientBootstrap

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();
}
Also used : ChatClientBootstrap(com.botdarr.clients.ChatClientBootstrap)

Aggregations

ChatClientBootstrap (com.botdarr.clients.ChatClientBootstrap)1