All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.dreamhead.bot.annotation.BotInitializer Maven / Gradle / Ivy

The newest version!
package com.github.dreamhead.bot.annotation;

import com.github.dreamhead.bot.ObjectBot;

public interface BotInitializer {
    void initializer(ObjectBot bot);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy