Skip to content

Commit

Permalink
Fix existing artist check message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 15, 2024
1 parent 1522b34 commit 8f27520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class GalleryOfDreamsCommand(val loritta: GalleryOfDreamsBackend) : SlashCommand
selectedTags: List<FanArtTag>
) {
content = buildString {
if (matchedFanArtArtist != null) {
if (matchedFanArtArtist == null) {
append("**(Artista que não está no banco de dados da Galeria dos Sonhos! O artista será criado na galeria dos sonhos ao enviar a fan art)**")
}
append(" Configure as informações da Fan Art!")
Expand Down

0 comments on commit 8f27520

Please sign in to comment.