Skip to content

Commit 27def72

Browse files
authored
Activities are now available in text channels (#7119)
Activities are now usable in text channels, and there was a typo (interace).
1 parent c6688a7 commit 27def72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/activities/Design_Patterns.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ Discord is a social platform where users talk to each other. Sharing and invites
111111
![Shared Moment from Chess in the Park](activities/chess-victory.png)
112112

113113
#### Activities in Text Channels
114-
> preview
115-
> Activities support in text channels is expected later in 2024.
116-
- The Activity user interace, copy and user flows should not rely on people in voice to explain, organize, clarify, or instruct about how the activity works.
114+
- The Activity user interface, copy and user flows should not rely on people in voice to explain, organize, clarify, or instruct about how the activity works.
117115
- All controls, CTAs, and instructions should be clear enough that folks (especially first time users) playing in a text channel are able to quickly start using the app without needing to talk on voice to learn about it.
118116
- Lean on dynamic first-time user experience and "How To Play" instructions, toast messages, Call To Action buttons, etc. but be careful to not over-clutter with copy.
119117

@@ -221,4 +219,4 @@ Developing for the iframe in Unity is possible, but will likely require extensiv
221219
- Enable users to cycle through Discord buttons and fields on desktop by pressing TAB repeatedly, ensuring that the activity does not capture control.
222220
- Implement the functionality for the ESC key to close any open in-activity modals, providing a consistent user experience.
223221
- Opt for color-blind friendly colors with high contrast, especially for crucial game elements that need to be distinguishable based on color.
224-
- Avoid using similar colors for objects that are essential for gameplay but differ only in color, as this may pose challenges for color-blind users.
222+
- Avoid using similar colors for objects that are essential for gameplay but differ only in color, as this may pose challenges for color-blind users.

0 commit comments

Comments
 (0)