Skip to content

Commit 4bb8a6d

Browse files
Fix type
Signed-off-by: Chris Oelerich <[email protected]>
1 parent 1d0fca7 commit 4bb8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/ui-components/buttons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ if you are trying to create a self-role system with buttons, for example. This i
249249

250250
Persistent views work forever. When the bot goes offline, the buttons will stop working. When the bot comes back online, however, the buttons will start working again.
251251

252-
In a Persistent View, the timeout must be set to `None` and all the children in the view much have a `custom_id` attribute set.
252+
In a Persistent View, the timeout must be set to `None` and all the children in the view must have a `custom_id` attribute set.
253253

254254
```python
255255
@bot.event

0 commit comments

Comments
 (0)