Skip to content

Commit f9c6815

Browse files
authored
Merge pull request #356 from ChunkLightTuna/patch-1
Fix typo
2 parents 1d0fca7 + 4bb8a6d commit f9c6815

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)