mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
'Insert here your bot's name' -> 'Your bot's name here'
This commit is contained in:
parent
f5c7da2610
commit
7097dd4f34
3 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ async fn main() {
|
|||
|
||||
let bot = Bot::from_env();
|
||||
|
||||
teloxide::commands_repl(bot, panic!("Insert here your bot's name"), answer).await;
|
||||
teloxide::commands_repl(bot, panic!("Your bot's name here"), answer).await;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -139,5 +139,5 @@ async fn run() {
|
|||
|
||||
let bot = Bot::from_env();
|
||||
|
||||
teloxide::commands_repl(bot, panic!("Insert here your bot's name"), action).await;
|
||||
teloxide::commands_repl(bot, panic!("Your bot's name here"), action).await;
|
||||
}
|
||||
|
|
|
@ -36,5 +36,5 @@ async fn run() {
|
|||
|
||||
let bot = Bot::from_env();
|
||||
|
||||
teloxide::commands_repl(bot, panic!("Insert here your bot's name"), answer).await;
|
||||
teloxide::commands_repl(bot, panic!("Your bot's name here"), answer).await;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue