Fix #2301
This commit is contained in:
parent
d7dbe503b6
commit
41cf856e26
3 changed files with 6 additions and 6 deletions
10
src/client/app/common/scripts/get-face.ts
Normal file
10
src/client/app/common/scripts/get-face.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
const faces = [
|
||||
'(=^・・^=)',
|
||||
'v(\'ω\')v',
|
||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
'🖕(´・_・`)🖕',
|
||||
'(。>﹏<。)',
|
||||
'(Δ・x・Δ)'
|
||||
];
|
||||
|
||||
export default () => faces[Math.floor(Math.random() * faces.length)];
|
Loading…
Add table
Add a link
Reference in a new issue