Skip to content

Commit

Permalink
feat: device info reset
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 24, 2023
1 parent a59be93 commit 2978462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public object MiraiDeviceReset : SimpleListenerHost() {
if (success) {
bot.logger.info { "device.json 可能已经被拉黑, 将重新生成,请稍后重新尝试手动重新登陆" }
}
} catch (_: ClassNotFoundException) {
} catch (_: NoClassDefFoundError) {
// ...
}
}
Expand Down

0 comments on commit 2978462

Please sign in to comment.