#Like how can I parse the xxxxxxxxx string format off the embed to actual user object?

1 messages · Page 1 of 1 (latest)

latent bear
#

You could get the id from that string

#

str.substring(2, str.length - 1)

cedar leaf
#

well theres not only mentions in that string

#

so u know the regex to get all mentions off any string?