Skip to content

Commit

Permalink
Should be a private thread
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 11, 2023
1 parent 318aab0 commit 9d4514c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CreateSparklyThreadsListener : ListenerAdapter() {
if (event.componentId == "create_sparkly_thread") {
GlobalScope.launch {
val txtChannel = event.guildChannel.asTextChannel()
val thread = txtChannel.createThreadChannel("Denúncia criada por ${event.user.name}")
val thread = txtChannel.createThreadChannel("Denúncia criada por ${event.user.name}", true)
.await()
// Delete parent message
thread.retrieveParentMessage()
Expand Down

0 comments on commit 9d4514c

Please sign in to comment.