Closed imranbarbhuiya closed 2 years ago
Combining the embed readme part with this one would maybe be better and then naming it smth like "More message options" or "Message customizations".
Also maybe filling in linkURL
or what its name is* would be good if someone wants to link to the gaw without editing the message after start()
finger slipped
Also maybe filling in
linkURL
or what its name is* would be good if someone wants to link to the gaw without editing the message after start()
I've changed the code to allow linkbutton and selectmenu.
I've tested both type of buttons and they are working fine. I didn't tested selectmenu I'll test when i'll get time or u can test it.
I'm not that good at wording. Please change it to whatever will suit.
both blocks are referring to winMessage
...
But anyway, we would need such a block for noWinnerMessage and error of rerroll too.
So lets just make it a fillInComponents
function, no?
both blocks are referring to
winMessage
... But anyway, we would need such a block for noWinnerMessage and error of rerroll too. So lets just make it afillInComponents
function, no?
I've updated the code to allow no winner messages also.
we would have to add | MessageActionRowOptions
too right?
Cause it's at least guaranteed through serialization in case of winMessage.
(function behaviour doesn't change)
we would have to add
| MessageActionRowOptions
too right? Cause it's at least guaranteed through serialization in case of winMessage. (function behaviour doesn't change)
added
I just realized I need to create a new instance for action row or it'll change all the {}
to a value and it won't get changed in the next fillInComponent
. I'll fix it later.
should be fine right?
Yeah.
👍
Changes
This pr adds a new option for
components
inMessageObject
Status