View difference between Paste ID: UeGdNHyE and LFDTGXCz
SHOW: | | - or go back to the newest paste.
1
let version  = "1";
2-
let date     = "29 October 2022";
2+
let date     = "10 January 2022";
3-
let usage    = '!addcom !hallowmon $(eval q="$(user)";$(urlfetch json https://pastebin.com/raw/LFDTGXCz))';
3+
let usage    = '!addcom !ct -cd=5 $(eval q="$(querystring)";$(urlfetch json https://pastebin.com/raw/UeGdNHyE))';
4
let designer = "CharismaticZoe";
5
 
6-
PokemonHalloween = [
6+
7-
           ["Pikachu",          "0",     "4",  "True", "2"],
7+
let message;
8-
           ["Vulpix",           "4",     "8",  "True", "2"],
8+
9-
           ["Zubat",            "8",    "12",  "True", "2"],
9+
let AB;
10-
           ["Haunter" ,        "12",    "15", "False", "0"],
10+
let AR;
11-
           ["spinarak",        "15",    "20",  "True", "2"],
11+
let AY;
12-
           ["Murkrow",         "20",    "25",  "True", "2"],
12+
let totvote ; 
13-
           ["Misdreavus",      "25",    "30",  "True", "2"],
13+
14-
           ["Sableeye",        "30",    "33",  "True", "2"],
14+
AB = 91;
15-
           ["Shuppet",         "38",    "38",  "True", "2"],
15+
AR = 196;
16-
           ["Dusclops",        "38",    "40", "False", "0"],
16+
AY = 191; 
17-
           ["Piplup",          "40",    "44",  "True", "2"],
17+
totvote = AB + AR +AY;
18-
           ["Yamask",          "44",  "46.5",  "True", "2"],
18+
19-
           ["Gollet",          "46.5","48.5", "False", "0"],
19+
let reab;
20-
           ["Phantump",        "48.5",  "51", "False"," 0"],
20+
let rear;
21-
           ["Pumpkaboo (XS)",  "51",    "71",  "True", "2"],
21+
let reay;
22-
           ["Pumpkaboo",       "71",    "86",  "True", "2"],
22+
let reext;
23-
           ["Pumpkaboo (XL)",  "86",    "93",  "True", "2"],
23+
let retot;
24-
           ["Pumpkaboo (XXL)", "93",    "97",  "True", "2"],
24+
let rescam;
25-
           ["Zorua",           "97",  " 100", "False", "0"],
25+
26-
         ];
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-
var message_text = " your Hallowmon for today is "; 
29+
reay = "Team Instinct: " + AY + " votes (" + AY * 5000  + " UNDERBUX) ------------";
30-
var Shiny_text   = "";
30+
retot = " Total :" + totvote + " votes (" + totvote  * 5000 +" UNDERBUX) ------------";
31-
var SpawnChance = Math.random() * 100;
31+
rescam = " and on 16 feb 2023 changed to team Instinct anyway :broken_heart:";  
32-
var ShineChance = Math.random() * 100;
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-
for (let i = 0; i < PokemonHalloween.length ; i++)
34+
message;