You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Using `custom_id` with `ui.Modal` (not low-level modals) should be
discouraged, since the modal store is only keyed by `(user_id,
custom_id)`, which can quickly result in weird issues/race conditions.
The randomly generated ID is pretty much always what you'd want here.
## Relevant Issues
See (1.) here: DisnakeDev/disnake#914
0 commit comments