Currently when invoking the ?tag command, if the text you wish to prepend to the channel name has multiple words, only the first word will be prepended to the channel name unless you use quotes.

Making the tag argument keyword-only will eliminate the need for wrapping the text with quotes.
It would also be cool if the command doesn't silently error when hitting channel name edit ratelimit and give a helpful message instead.
I can implement this but I'm not sure how to handle the ratelimit thing other than with commands.cooldown.
Currently when invoking the ?tag command, if the text you wish to prepend to the channel name has multiple words, only the first word will be prepended to the channel name unless you use quotes.
Making the
tagargument keyword-only will eliminate the need for wrapping the text with quotes.It would also be cool if the command doesn't silently error when hitting channel name edit ratelimit and give a helpful message instead.
I can implement this but I'm not sure how to handle the ratelimit thing other than with
commands.cooldown.