Add TODO to examples/commands_bot

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 00:26:06 +06:00
parent e3a032abff
commit b6cd019682

View file

@ -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,
};