forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
572aa662f6
commit
a23ef386ea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
export default () => [
|
export default () => [
|
||||||
'(=^・・^=)',
|
'(=^・・^=)',
|
||||||
'v('ω')v',
|
'v(\'ω\')v',
|
||||||
'🐡( \'-\' 🐡 )フグパンチ!!!!'
|
'🐡( \'-\' 🐡 )フグパンチ!!!!'
|
||||||
][Math.floor(Math.random() * 3)];
|
][Math.floor(Math.random() * 3)];
|
||||||
|
|
Loading…
Reference in a new issue