Skip to content

Commit

Permalink
Tune faces
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Jan 8, 2020
1 parent 72025ca commit a426584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/app/common/scripts/get-face.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const faces = [
"(。>﹏<。)",
"(Δ・x・Δ)",
"( ‘ω’ و(و “",
"ԅ( ˘ω˘ ԅ) モミモミ",
"ԅ( ˘ω˘ ԅ)モミモミ",
];

let pasts: string[] = [];
Expand All @@ -21,7 +21,7 @@ export default () => {
}

pasts.unshift(face);
pasts = pasts.splice(0, 10);
pasts = pasts.splice(0, 9);

return face;
}

0 comments on commit a426584

Please sign in to comment.