mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
export const MessageButtonStyles = Object.freeze({
|
|
PRIMARY: 1,
|
|
SECONDARY: 2,
|
|
SUCCESS: 3,
|
|
DANGER: 4,
|
|
LINK: 5
|
|
}); |