From 54e9d2deaaadd3bb5c343b5c36e94ff529f9aebefba13441ba69b40e8fa2cff8 Mon Sep 17 00:00:00 2001 From: aslan Date: Fri, 26 Dec 2025 13:19:10 +0100 Subject: [PATCH] Added animals --- package.json | 2 +- src/modules/ai/animals.ts | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index de7b904..01587b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aslobot-matrix", - "version": "0.5.2", + "version": "0.5.3", "description": "", "license": "ISC", "author": "", diff --git a/src/modules/ai/animals.ts b/src/modules/ai/animals.ts index ee0e752..28fe62e 100644 --- a/src/modules/ai/animals.ts +++ b/src/modules/ai/animals.ts @@ -13,6 +13,10 @@ const animals: IAnimal[] = [ name: "vlado", animal: "black cat", }, + { + name: "macag", + animal: "black cat", + }, { name: "vladko", animal: "black cat", @@ -69,6 +73,30 @@ const animals: IAnimal[] = [ name: "janeg", animal: "lion", }, + { + name: "aslan", + animal: "lion", + }, + { + name: "aslo", + animal: "lion", + }, + { + name: "marek", + animal: "lion", + }, + { + name: "mareg", + animal: "purple snake", + }, + { + name: "maceg", + animal: "purple snake", + }, + { + name: "rod", + animal: "purple snake", + }, ]; export { animals };