# Conflicts:
#	project/src/controllers/DialogueController.ts
This commit is contained in:
Dev 2023-07-26 09:40:41 +01:00
commit 9cc4cba105

View File

@ -362,7 +362,7 @@ export class DialogueController
if (request.text.toLowerCase() === "are you a bot")
{
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["beep boop", "**sad boop**", "probably", "sometimes", "yeah lol", "rude"]));
this.mailSendService.sendUserMessageToPlayer(sessionId, sptFriendUser, this.randomUtil.getArrayValue(["beep boop", "**sad boop**", "probably", "sometimes", "yeah lol"]));
}
}