Hi, I'm trying to setup a command for a list of PBs and WRs on multiple zombies map by doing !pb/!wr map name. But the message text limit is limiting me, tried to find anything on how to implement this into a pastebin, but that was to no luck.
This is what I have done atm
!commands update !pb $(eval M='$(1)'; if(M=='soe'){ '19:39'} else if(M == 'tg'){ 'No leaderboard PB'} else if(M=='de'){ '25:54'} else if(M=='zns'){ '21:17'}else if(M=='gk'){ '33:03'} else if(M=='rev'){ '24:50'} else if(M=='super'){ '2:18:41'} else if(M=='dotn'){ '26:51'} else if(M=='voyage'){ '37:57'} else { 'Please pick a map with map name (eg soe)' })
How could I implement this into a pastebin?