diff --git a/docs/guides/getting_started/intro.md b/docs/guides/getting_started/intro.md index 8060853b0..192f71d2c 100644 --- a/docs/guides/getting_started/intro.md +++ b/docs/guides/getting_started/intro.md @@ -223,3 +223,5 @@ It is important to know that the recommended design pattern of bots should be to separate the program (initialization and command handler), the modules (handle commands), and the services (persistent storage, pure functions, data manipulation). +- +-**todo:** diagram of bot structure