Fix the docs of BotBuilder

This commit is contained in:
Temirkhan Myrzamadi 2020-07-24 22:50:13 +06:00
parent 36824b4bbb
commit 712d76032e

View file

@ -108,6 +108,9 @@ impl Bot {
} }
} }
/// A builder of [`Bot`], supporting some extra settings.
///
/// [`Bot`] crate::Bot
#[derive(Debug, Default)] #[derive(Debug, Default)]
pub struct BotBuilder { pub struct BotBuilder {
token: Option<String>, token: Option<String>,