diff --git a/README.md b/README.md index 9378df9d..e0ba6426 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - - - Artwork by : Pou@Our discord -![Art Work by pou](https://cdn.discordapp.com/attachments/1465002609138995310/1483266689624969257/2FA5DEFB-A77C-4CAA-A0AB-783AE480B976.png?ex=69b9f740&is=69b8a5c0&hm=2b28040f911b577c935c30764ec59744e161803cfa84cbc13236b8555b958649& "Art Work by pou") +![Art Work by pou](openjibos.png "Art Work by pou") - - - diff --git a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json index 990f1422..aabf044a 100644 --- a/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json +++ b/V3.1/build/opt/jibo/Jibo/Skills/@be/be/node_modules/@be/main-menu/resources/views/main-menu-verbal.json @@ -26,17 +26,34 @@ } }, { - "id": "new", - "label": "What's new", - "colors": ["0xFF892F", "0xAF4123"], - "iconSrc": "resources/icons/tips.png", + "id": "introduction", + "label": "Introduction", + "colors": ["0x25F2FB", "0x107799"], + "iconSrc": "resources/icons/introduction.png", "action": { "type": "utterance", "data": { "utterance": { "intent": "loadMenu", "entities": { - "destination": "new" + "destination": "introductions" + } + } + } + } + }, + { + "id": "things-to-do", + "label": "Things to do", + "colors": ["0xff892f", "0x282735"], + "iconSrc": "resources/icons/things-to-do.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "friendly-tips" } } } @@ -76,6 +93,23 @@ } } }, + { + "id": "personal-report", + "label": "Personal Report", + "colors": ["0xFBC230", "0xAC661E"], + "iconSrc": "resources/icons/personal-report.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "personal-report" + } + } + } + } + }, { "id": "radio", "label": "Music", @@ -161,6 +195,23 @@ } } }, + { + "id": "bot-basics", + "label": "Bot Basics (Broken)", + "colors": ["0xFF892F", "0xAF4123"], + "iconSrc": "resources/icons/tips.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "tutorial" + } + } + } + } + }, { "id": "settings", "label": "Settings", @@ -177,6 +228,23 @@ } } } + }, + { + "id": "new", + "label": "What's new", + "colors": ["0xFF892F", "0xAF4123"], + "iconSrc": "resources/icons/tips.png", + "action": { + "type": "utterance", + "data": { + "utterance": { + "intent": "loadMenu", + "entities": { + "destination": "new" + } + } + } + } } ] } diff --git a/openjibos.png b/openjibos.png new file mode 100644 index 00000000..4753e847 Binary files /dev/null and b/openjibos.png differ