What do I need to change to have the bot name the channel as the truncated original message? #17
-
i guess https://github.com/MarcusOtter/discord-auto-threader/blob/main/src/index.ts?L45 would do it |
Beta Was this translation helpful? Give feedback.
Answered by
MarcusOtter
Aug 27, 2021
Replies: 2 comments 1 reply
-
This could be achieved by setting the EDIT: The title command has now been implemented with #12, so you can use that to set the title of a thread manually. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MarcusOtter
-
Ok, thanks! You know, I suppose it'd be more useful to setup the |
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
This could be achieved by setting the
name
of the thread to a truncatedmessage.content
Thread name
Message content
EDIT: The title command has now been implemented with #12, so you can use that to set the title of a thread manually.