Skip to content

Commit

Permalink
Update Lolicon.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
cikiPAD authored Dec 7, 2023
1 parent 6f76a39 commit abaa893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/command/Lolicon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ object Lolicon : CompositeCommand(

//imageMsgBuilder.add(contact.bot, PlainText(imageData.toReadable(imageData.urls)))

val imageUrls: List<String> = ImageSourceManager.getInstance()?.getImageUrls(SourceTypeConstant.NYAN, req)
val imageUrls: List<String> = ImageSourceManager.getInstance()?.getImageUrls(req)
?.filterNotNull()
?: emptyList()

Expand Down

0 comments on commit abaa893

Please sign in to comment.