Skip to main content

ExtendedButtonStyle

Types

  • PRIMARY | SECONDARY | SUCCESS | DANGER | LINK | ButtonStyle
import { ButtonStyle } from 'discord.js';

export type ExtendedButtonStyle =
| ButtonStyle
| 'PRIMARY'
| 'SECONDARY'
| 'SUCCESS'
| 'DANGER'
| 'LINK';