As the title announces, this PR adds usernames of the segment submitter to the embeds of /segmentinfo slash-commands and "Lookup Segment" buttons on the /userinfo slash-command.
As with /userinfo, the username will be prefixed with [VIP] if they are one (the same code is used)
If the user didn't set a username (userID == userName), it is not shown.
As the title announces, this PR adds usernames of the segment submitter to the embeds of
/segmentinfo
slash-commands and "Lookup Segment" buttons on the/userinfo
slash-command.As with
/userinfo
, the username will be prefixed with[VIP]
if they are one (the same code is used) If the user didn't set a username (userID == userName), it is not shown.