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 botdefault @NotNull BotBotManager. loginDirectly(long id, String password, Plugin plugin)Login and get the bot with id and password@NotNull BotBotManager. loginDirectly(long id, String password, Plugin plugin, BotProtocol botProtocol)Login and get the bot with id and passwordbooleanBot. relogin()Relogin the botbooleanBotManager. relogin(@NotNull Bot bot)Relogin the bot
-