mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Add TODO to examples/commands_bot
This commit is contained in:
parent
e3a032abff
commit
b6cd019682
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// TODO: simplify this and use typed command variants (see https://github.com/teloxide/teloxide/issues/152).
|
||||
|
||||
use teloxide::{
|
||||
prelude::*, types::ChatPermissions, utils::command::BotCommand,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue