How do I lock a thread channel? #2515
Unanswered
mcl-playz
asked this question in
Questions and Help
Replies: 1 comment
-
|
Hi @mcl-playz,👋 You can just archive the thread like so: ThreadChannel thread = (ThreadChannel) event.getChannel();
thread.getManager().setArchived(true).queue(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I've been working on a support system through the use of forums, and need to automatically lock the ticket after the tag solved gets added to it. This is what I have so far:
Beta Was this translation helpful? Give feedback.
All reactions