package io.rixa; import io.rixa.bot.Rixa; public class Main { public static void main(String[] args) { Rixa.getInstance(); } }