fix doctest

This commit is contained in:
Maybe Waffle 2022-07-03 15:21:17 +04:00
parent 77d1c4524d
commit cabc045c06

View file

@ -30,6 +30,7 @@
//!
//! ```no_run
//! // TODO: examples/purchase.rs
//! fn main() {}
//! ```
//!
//! 1. First, we create the bot: `let bot = Bot::from_env().auto_send()`.