Browse Source

Update intro.md

pull/662/head
Drew GitHub 8 years ago
parent
commit
8a73c1003c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/guides/getting_started/intro.md

+ 2
- 1
docs/guides/getting_started/intro.md View File

@@ -222,5 +222,6 @@ For reference, view an [annotated example] of this structure.
It is important to know that the recommended design pattern of bots It is important to know that the recommended design pattern of bots
should be to separate the program (initialization and command handler), should be to separate the program (initialization and command handler),
the modules (handle commands), and the services (persistent storage, the modules (handle commands), and the services (persistent storage,
pure functions, data manipulation).

**todo:** diagram of bot structure **todo:** diagram of bot structure

Loading…
Cancel
Save