Allow allowedMentions
in EditMessageOptions
to accept FormattedAllowedMentions
#627
Labels
type: enhancement
New feature or request
I am storing
allowed_mentions
in the Discord format and would like to passallowedMentions
in theEditMessageOptions
asFormattedAllowedMentions
. Currently, it is only possible to passMessageAllowedMentions
, which is then converted toFormattedAllowedMentions
. I think it would be great ifallowedMentions
could accept both so that I don’t need to convert back and forth.The text was updated successfully, but these errors were encountered: