Skip to content

Commit

Permalink
Re-fix typo from #972 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Jan 30, 2021
1 parent 3c40871 commit 958103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Endpoints = require("../rest/Endpoints");
* @prop {String} discriminator The discriminator of the user
* @prop {String} id The ID of the user
* @prop {String} mention A string that mentions the user
* @prop {Number?} publicFlags Publicly vicible flags for this user
* @prop {Number?} publicFlags Publicly visible flags for this user
* @prop {String} staticAvatarURL The URL of the user's avatar (always a JPG)
* @prop {Boolean} system Whether the user is an official Discord system user (e.g. urgent messages)
* @prop {String} username The username of the user
Expand Down

0 comments on commit 958103d

Please sign in to comment.