Limiting on how much you can shuffle

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-01 15:20:26 +01:00
parent adc1b2bf31
commit 7aa4b2d22a
4 changed files with 134 additions and 67 deletions

View File

@@ -10,6 +10,9 @@ var Admin = {
case "faulty_start_end":
msg = "You tried to send a faulty start/end value. Try again..";
break;
case "wait_longer":
msg = Helper.rnd(["Have you tried to wait longer between commands?!", "Looks like you're clicking that button too much..", "You need to wait longer between clicks.."]);
break;
case "suggested_description":
msg = "The description has been suggested!";
break;