Skip to content

Commit 05f436a

Browse files
Update TextChatCommand.yaml (#1046)
A documentation report was filed by a dev regarding the clarity of using TextChatCommands. Proposed solution is to directly link the examples page to the documentation guide to improve visibility to developers. ## Changes <!-- Please summarize your changes. --> I've added the link for custom TextChatCommand usage to the TextChatCommands documentation page. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> https://roblox.atlassian.net/browse/CREATORBUG-11855 ## Checks By submitting your pull request for review, you agree to the following: - [ ] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [ ] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [ ] To the best of my knowledge, all proposed changes are accurate. --------- Co-authored-by: julia <[email protected]>
1 parent ecae089 commit 05f436a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/en-us/reference/engine/classes/TextChatCommand.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ summary: |
66
Represents a text chat command.
77
description: |
88
Represents a text chat command. Can be used to create custom text chat
9-
commands when parented to `Class.TextChatService`. Custom commands can have up
10-
to two aliases, and the Triggered event fires when a user types
11-
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.
9+
commands when parented to `Class.TextChatService`.
1210
11+
Custom commands can have up to two aliases, and the Triggered event fires when a user types
12+
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For an example of custom commands,
13+
see [Custom text chat commands](../../../chat/examples/custom-text-chat-commands.md).
14+
1315
To learn more about using `Class.TextChatService`, see
14-
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
16+
[In-experience text chat](../../../chat/in-experience-text-chat.md).
1517
code_samples: []
1618
inherits:
1719
- Instance

0 commit comments

Comments
 (0)