Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit d001b07

Browse files
Fix duplicate "please don't beg" warning
1 parent 434cc5a commit d001b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/net/perfectdreams/loritta/helper/utils/checksonhosmendigagem/CheckSonhosMendigagem.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class CheckSonhosMendigagem(val m: LorittaHelper) {
194194
event.channel.sendMessage(buildReply("warned-beg").joinToString("\n") { it.build(event.author) })
195195
.setMessageReference(event.message)
196196
.queue()
197+
return
197198
}
198199
}
199200
}

0 commit comments

Comments
 (0)