We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217f2fa commit 165c147Copy full SHA for 165c147
src/main/kotlin/com/hcyacg/details/PicDetails.kt
@@ -89,7 +89,7 @@ object PicDetails {
89
* 判断该id是否有数据
90
*/
91
if (null == detail) {
92
- event.subject.sendMessage("该作品是被删除或不存在的作品ID.")
+ event.subject.sendMessage("该作品是被删除或不存在的作品ID亦或您不是本站会员.")
93
return
94
}
95
0 commit comments