Releases: acerolaorionheart1/eris-addons
Releases · acerolaorionheart1/eris-addons
1.1.0
1.0.3
Addtions
- Created the
Embed#spliceFields()
function - Create the
Embed#replaceField()
function - Created the
Button#build()
function - Create the
SelectMenu#build()
function
Changes
Send a message with a button
- message.channel.createMessage({
content: 'Click this',
components: [button]
});
+ message.channel.createMessage(button.build('Click this!'));
Send a message with a menu
- message.channel.createMessage({
content: 'Click this',
components: [menu]
});
+ message.channel.createMessage(menu.build('Click this!'));
Button styles
BLUE
=>PRIMARY
GRAY
=>SECONDARY
GREEN
=>SUCCESS
RED
=>DANGER
1.0.2
initial release