This commit is contained in:
Sergey Levitin 2020-10-24 21:09:17 +03:00
parent 75c7899f2c
commit 633d5b0d64

View file

@ -8,7 +8,7 @@ use tokio::sync::Mutex;
///
/// ## Note
/// All the dialogues will be lost after you restart your bot. If you need to
/// store them somewhere on a drive, should should use [`SqliteStorage`],
/// store them somewhere on a drive, you should use [`SqliteStorage`],
/// [`RedisStorage`] or implement your own.
///
/// [`RedisStorage`]: crate::dispatching::dialogue::RedisStorage