Uses of Class
top.focess.qq.api.bot.BotLoginException
-
Packages that use BotLoginException Package Description top.focess.qq.api.bot -
-
Uses of BotLoginException in top.focess.qq.api.bot
Methods in top.focess.qq.api.bot that throw BotLoginException Modifier and Type Method Description booleanBot. login()Login the botbooleanBotManager. login(Bot bot)Login the bot@NotNull BotBotManager. loginDirectly(long id, String password, Plugin plugin)Login and get the bot with id and password This is a blocking methodbooleanBot. relogin()Relogin the botbooleanBotManager. relogin(@NotNull Bot bot)Relogin the bot
-