You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the new Discord update for usernames I am using new DCC_User:user = DCC_FindUserByName(inputtext, "0"); and it's working, but only with members of my channel, if I enter the name of any other user it always returns DCC_INVALID_USER.
The text was updated successfully, but these errors were encountered:
After the new Discord update for usernames I am using
new DCC_User:user = DCC_FindUserByName(inputtext, "0");
and it's working, but only with members of my channel, if I enter the name of any other user it always returnsDCC_INVALID_USER
.The text was updated successfully, but these errors were encountered: