A somewhat new feature to discord allows users the option to rename themselves on a server by server basis.
When a user using the web or desktop app mentions a renamed user a ! is prepended to their user id and looks something like this (via bitlbee)
<@!123456789> test too
after adjusting the regex pattern it shows the username thats linked to the user's id (not the renamed nick)
@mumixam test too
when desktop and webapp would display
@renamed test too
This may not the ideal fix you want but its alot better than a big integer.
This bug was found and fixed by a member of beecord
A somewhat new feature to discord allows users the option to rename themselves on a server by server basis. When a user using the web or desktop app mentions a renamed user a ! is prepended to their user id and looks something like this (via bitlbee)
<@!123456789> test too
after adjusting the regex pattern it shows the username thats linked to the user's id (not the renamed nick)@mumixam test too
when desktop and webapp would display
@renamed test too
This may not the ideal fix you want but its alot better than a big integer. This bug was found and fixed by a member of beecord