From c1f78cd201014fa5346f290c6fb75f557cb4b1e7 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Wed, 12 Apr 2017 10:42:06 +0100 Subject: [PATCH] Initial (test) tutorial flow --- .../go-neb/services/riotbot/tutorial.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/github.com/matrix-org/go-neb/services/riotbot/tutorial.yml b/src/github.com/matrix-org/go-neb/services/riotbot/tutorial.yml index f36f6bd..8bc4083 100644 --- a/src/github.com/matrix-org/go-neb/services/riotbot/tutorial.yml +++ b/src/github.com/matrix-org/go-neb/services/riotbot/tutorial.yml @@ -1,7 +1,18 @@ -resources_base_url: "https://www.matrix.org/riotbot" +resources_base_url: "mxc://matrix.org" +bot_name: Riotbot +initial_delay: 3000 tutorial: steps: - - text: "Hi there and welcome to Riot!" - image: "/images/bot.png" + type: image + body: "Hi there and welcome to Riot!" + src: "/ryclgCVyFfPXdxuJYUOVPplP" + delay: 0 + - + type: text + body: "Hi there and welcome to Riot!" + delay: 3000 + - + type: text + body: "My name is {bot_name} and I am here to help you to get started using Riot!" delay: 3000