Skip to content

Commit

Permalink
add poop emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
matievisthekat committed Sep 24, 2021
1 parent feaadbc commit 38c57cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ try {

const user = await kit.rest.users.getAuthenticated();
await kit.request("PATCH /user", {
bio: `${user.data.bio.split("|")[0].trim()} | ${length} poop${length > 1 ? "s" : ""} in the last day`,
bio: `${user.data.bio.split("|")[0].trim()} | ${length} poop${length > 1 ? "s" : ""} 💩 in the last day`,
});
});
});
Expand Down

0 comments on commit 38c57cb

Please sign in to comment.