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
Copy file name to clipboardExpand all lines: discord/component.go
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,15 +234,17 @@ const (
234
234
ButtonStyleSuccess
235
235
ButtonStyleDanger
236
236
ButtonStyleLink
237
+
ButtonStylePremium
237
238
)
238
239
239
240
// NewButton creates a new ButtonComponent with the provided parameters. Link ButtonComponent(s) need a URL and other ButtonComponent(s) need a customID
0 commit comments