Uses of Class
io.github.unknowncoder56.javaslc.BotBuilder
-
Uses of BotBuilder in io.github.unknowncoder56.javaslc
Methods in io.github.unknowncoder56.javaslc that return BotBuilderModifier and TypeMethodDescriptionBotBuilder.addCommandListener(CommandListener commandListener) Adds a command listener.BotBuilder.addMessageListener(MessageListener messageListener) Adds a message listener.static BotBuilderBotBuilder.newInstance()Returns a newBotBuilderinstance.BotBuilder.setBotUserId(long botUserId) Sets the bot user ID.BotBuilder.setErrorListener(ErrorListener errorListener) Sets the error listener.Sets the bot prefix.BotBuilder.setStartListener(StartListener startListener) Sets the start listener.Sets the bot token.