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
Components are an important part of the user experience on the Discord platform, simplifying potential interactions that lead to actions defined by the developer.
Proposal
Buttons
Basic button
final button =Button(...namedParameters);
final button =Button.primary(...namedParameters);
final button =Button.secondary(...namedParameters);
final button =Button.danger(...namedParameters);
final button =Button.success(...namedParameters);
final button =Button.url(...namedParameters);
Context
Components are an important part of the user experience on the Discord platform, simplifying potential interactions that lead to actions defined by the developer.
Proposal
Buttons
Basic button
Menus
Modal
The text was updated successfully, but these errors were encountered: