How do I add a description to TextChatCommands

I’m trying to add a description for these in-game chat commands to make it more nice
image
Without having to go the route of creating my own custom chat system

Is it possible?

There a folder under TextChatService called “TextChatCommands” where you can add a TextChatCommand. After you create a TextChatCommand, you can bind a function to its triggered event to do something

image
I have to bind an event to get something like this?

As far as I know, I don’t think it’s possible to add a description onto the command using Roblox’s default chat system. I don’t see anything in the TextChatCommand documentation that seems related to a description.

What I did was create my own help command that then listed every command the player could run with a description of what it does.