Skip to content

Commit 29c3d59

Browse files
authored
Update TextChatCommand.yaml to specify folder requirement
1 parent cb04623 commit 29c3d59

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ 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 the `TextChatCommands` folder inside
10+
`Class.TextChatService`. Custom commands can have up to two aliases,
11+
and the Triggered event fires when a user types "/{PrimaryAlias}" or
12+
"/{SecondaryAlias}" into the chat.
1213
1314
To learn more about using `Class.TextChatService`, see
1415
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).

0 commit comments

Comments
 (0)