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
Heyyo! Checking in because you referenced one of my issues :) discord.js 14.12.0 added support for the new username system (latest version currently is 14.12.1), so after upgrading you should be able to use member.displayName to reliably access the name displayed in the client.
member.nickname || member.user.username
としているが、member.displayName
でよかったdiscord.js
のバグであり、その対応はマージされているThe text was updated successfully, but these errors were encountered: