mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
fix test
This commit is contained in:
parent
cc9e3a56e6
commit
3aec4e5070
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
//!
|
||||
//! let me = bot.get_me().await?;
|
||||
//!
|
||||
//! bot.send_dice(chat_id, DiceEmoji::Dice).await?;
|
||||
//! bot.send_dice(chat_id).emoji(DiceEmoji::Dice).await?;
|
||||
//! bot.send_message(chat_id, format!("Hi, my name is **{}** 👋", me.first_name))
|
||||
//! .await?;
|
||||
//! # Ok::<_, Box<dyn std::error::Error>>(()) };
|
||||
|
|
Loading…
Reference in a new issue