Advertisement
SilkKheldar

ChangeTeam

Jan 19th, 2023 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let version  = "1";
  2. let date     = "10 January 2022";
  3. let usage    = '!addcom !ct -cd=5 $(eval q="$(querystring)";$(urlfetch json https://pastebin.com/raw/UeGdNHyE))';
  4. let designer = "CharismaticZoe";
  5.  
  6.  
  7. let message;
  8.  
  9. let AB;
  10. let AR;
  11. let AY;
  12. let totvote ;
  13.  
  14. AB = 91;
  15. AR = 196;
  16. AY = 191;
  17. totvote = AB + AR +AY;
  18.  
  19. let reab;
  20. let rear;
  21. let reay;
  22. let reext;
  23. let retot;
  24. let rescam;
  25.  
  26. reext = "End result of change team vote on 22 Jan 2023 ---------------------------";  
  27. reab = "Team Mystic: " + AB + " votes (" + AB * 5000  + " UNDERBUX) --------------";
  28. rear = "Team Valor: " + AR + " votes (" + AR * 5000  + " UNDERBUX) ---------------";
  29. reay = "Team Instinct: " + AY + " votes (" + AY * 5000  + " UNDERBUX) ------------";
  30. retot = " Total :" + totvote + " votes (" + totvote  * 5000 +" UNDERBUX) ------------";
  31. rescam = " and on 16 feb 2023 changed to team Instinct anyway :broken_heart:";  
  32.  
  33. message = "/me ---- final score ---- " + reext .slice(0,46) + reab.slice(0,42) + rear.slice(0,42) + reay.slice(0,42) + retot.slice(0,42) + rescam;
  34. message;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement