This commit is contained in:
2018-10-26 20:20:55 +11:00
parent cabcc88685
commit 64f174739c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ exports.ProcessGameplayCommands = function(client, message, dialog) {
switch (command) {
case "checkin":
let checkinAmount = calcRandom.random(4, 9);
let checkinAmount = calcRandom.Random(4, 9);
let checkInResponse = String(dataRequest.SendServerData("checkin", message.author.id, checkinAmount));
if (checkInResponse === "available") {
shared.SendPublicMessage(client, message.author, message.channel, dialog("checkin", checkinAmount));