diff --git a/project/src/controllers/DialogueController.ts b/project/src/controllers/DialogueController.ts index 8b5866c8..81e463ce 100644 --- a/project/src/controllers/DialogueController.ts +++ b/project/src/controllers/DialogueController.ts @@ -403,7 +403,7 @@ export class DialogueController if (request.text.toLowerCase() === "nikita") { - this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Kegend", "Remember when he said webel-webel-webel-webel, classic nikita moment"])); + this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["I know that guy!", "Cool guy, he made EFT!", "Legend", "Remember when he said webel-webel-webel-webel, classic nikita moment"])); } if (request.text.toLowerCase() === "are you a bot")