Browse Source

Initial (test) tutorial flow

rxl881/riotbot
Richard Lewis 8 years ago
parent
commit
c1f78cd201
  1. 17
      src/github.com/matrix-org/go-neb/services/riotbot/tutorial.yml

17
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: tutorial:
steps: 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 delay: 3000
Loading…
Cancel
Save