Skip to content

Commit

Permalink
Fix: PicDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekoer committed Nov 25, 2022
1 parent 217f2fa commit 165c147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/hcyacg/details/PicDetails.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object PicDetails {
* 判断该id是否有数据
*/
if (null == detail) {
event.subject.sendMessage("该作品是被删除或不存在的作品ID.")
event.subject.sendMessage("该作品是被删除或不存在的作品ID亦或您不是本站会员.")
return
}

Expand Down

0 comments on commit 165c147

Please sign in to comment.