Uses of Class
io.github.unknowncoder56.javaslc.Bot
-
Uses of Bot in io.github.unknowncoder56.javaslc
Methods in io.github.unknowncoder56.javaslc that return BotModifier and TypeMethodDescriptionBotBuilder.build()Builds the bot and returns aBotinstance constructed with the specified values.MessageContext.getBot()Gets theBotwhich received the command.Constructors in io.github.unknowncoder56.javaslc with parameters of type BotModifierConstructorDescriptionMessageContext(com.google.gson.JsonObject message, long serverId, Bot bot, String command) Constructor to create an instance of the class for a command without arguments.MessageContext(com.google.gson.JsonObject message, long serverId, Bot bot, String command, String[] arguments) Constructor to create an instance of the class for a command with arguments.