SchumacherW

nightbot command

Jun 29th, 2024 (edited)
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sResponse = ['什麼事都沒有發生', '槍沒有上膛', '曹爽DER,閃過一槍', '只差一點點', '中彈了'];
  2. sEmoji = ['BegWan', 'GivePLZ', 'InuyoFace', 'DinoDance', 'PopNemo', 'BangbooBounce', 'GlitchCat'];
  3. sBang = ['SpiritEel', 'FallCry', 'StinkyGlitch'];
  4. i = Math.floor(Math.random()*sResponse.length);
  5.  
  6. `${sResponse[i]} ${sUser} ${i != sResponse.length-1 ? smoji[Math.floor(Math.random()*sEmoji.length)] : sBang[Math.floor(Math.random()*sBang.length)]}`
Advertisement
Add Comment
Please, Sign In to add comment