Skip to content

Commit

Permalink
feat: mention developer version of username support article
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Jul 4, 2023
1 parent f4d63d0 commit b038674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type User struct {
// or just username, if the discriminator is set to "0".
func (u *User) String() string {
// If the user has been migrated from the legacy username system, their discriminator is "0".
// See https://support.discord.com/hc/articles/12620128861463
// See https://support-dev.discord.com/hc/en-us/articles/13667755828631
if u.Discriminator == "0" {
return u.Username
}
Expand Down

0 comments on commit b038674

Please sign in to comment.