Advertisement
Hoodlumkira

iquit Command

Mar 11th, 2023 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. if (USER === 'hoodlumkira') {
  2. COUNT = COUNT;
  3. } else {
  4. COUNT -= 1;
  5. if(COUNT < 0){
  6. COUNT = 0;
  7. }
  8. }
  9.  
  10. switch (USER.toLowerCase()){
  11. case 'nightbot':
  12. `Oh Bunnnnniiiii, the Salti Swords (aka your Mods) have thrown their last Poke ball. They're done, they quit. saltib2UTRIED`;
  13. break;
  14. case 'royalchachi':
  15. `Oh Bunnnnniiiii, the Salti Swords (aka your Mods) have thrown their last Poke ball. They're done, they quit. saltib2UTRIED`;
  16. break;
  17. case 'mellbell83':
  18. `Oh Bunnnnniiiii, the Salti Swords (aka your Mods) have thrown their last Poke ball. They're done, they quit. saltib2UTRIED`;
  19. break;
  20. case 'tomasenzo1999':
  21. `Oh Bunnnnniiiii, the Salti Swords (aka your Mods) have thrown their last Poke ball. They're done, they quit. saltib2UTRIED`;
  22. break;
  23. case 'hoodlumkira':
  24. `Oh well, looks like the stream is over everyone, the streamer has quit, this has happened ${COUNT} times, though is it for real this time nobody knows..... saltib2SAD`;
  25. break;
  26. case 'shannonsully13':
  27. `Shannon... we know you work in alot of streams and possibly overworked yourself too hard or hit your head so hard you have amnesia but you cannot quit here 🤣 so just sit down, relax and drink some H2O. saltib2BONK1 saltib2BONK2`;
  28. break;
  29. default:
  30. `We are slightly confused..... you cant quit if you dont work here you know that right, so just sit back, hydrate and enjoy the stream. saltib2UTRIED`;
  31. break
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement