mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Limiting on how much you can shuffle
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user