MarcusOtter / discord-needle

Needle is a Discord bot that creates Discord threads automatically.
https://needle.gg
GNU Affero General Public License v3.0
204 stars 53 forks source link

💡 Make default title configurable #457

Open MarcusOtter opened 11 months ago

MarcusOtter commented 11 months ago

Describe the improvement

The text "New Thread" should be configurable to something else.

This is what it looks like now:

return output.trim().length > 0 ? output : "New Thread";

Problems this improvement solves

It's possible to translate it, and it's possible to set another defualt.

Alternative solutions

No response