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 message.Constructors in io.github.unknowncoder56.javaslc with parameters of type BotModifierConstructorDescriptionCommandContext(com.google.gson.JsonObject message, String serverId, Bot bot, String command) Constructor to create an instance of the class for a command without arguments.CommandContext(com.google.gson.JsonObject message, String serverId, Bot bot, String command, String[] arguments) Constructor to create an instance of the class for a command with arguments.MessageContext(com.google.gson.JsonObject message, String serverId, Bot bot) Constructor to create an instance of the class for a message.