Skip to content

Commit

Permalink
chore: oh yes update this
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Jun 11, 2023
1 parent 0c3da5f commit 783c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maps/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class User {
*/
async addFriend() {
return await this.client.api.post(`/users/friend`, {
username: this.username,
username: this.username + "#" + this.discriminator,
});
}

Expand Down

0 comments on commit 783c8d1

Please sign in to comment.