Fix #2301
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const kaos = [
|
||||
const faces = [
|
||||
'(=^・・^=)',
|
||||
'v(\'ω\')v',
|
||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
@ -7,4 +7,4 @@ const kaos = [
|
||||
'(Δ・x・Δ)'
|
||||
];
|
||||
|
||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
||||
export default () => faces[Math.floor(Math.random() * faces.length)];
|
Reference in New Issue
Block a user