Typo fix
This commit is contained in:
parent
4eb43c8832
commit
59b2fc3602
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user