mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
link "advanced features" in repls
to dispatching
This commit is contained in:
parent
dc9ba4dd11
commit
583e5ea4ab
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@
|
||||||
//! This module provides utilities for easy update handling. They accept a
|
//! This module provides utilities for easy update handling. They accept a
|
||||||
//! single "handler" function that processes all updates of a certain kind. Note
|
//! single "handler" function that processes all updates of a certain kind. Note
|
||||||
//! that REPLs are meant to be used for simple scenarios, such as prototyping,
|
//! that REPLs are meant to be used for simple scenarios, such as prototyping,
|
||||||
//! inasmuch they lack configuration and some advanced features.
|
//! inasmuch they lack configuration and some [advanced features].
|
||||||
//!
|
//!
|
||||||
//! [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
//! [REPL]: https://en.wikipedia.org/wiki/Read-eval-print_loop
|
||||||
|
//! [advanced features]: crate::dispatching#dispatching-or-repls
|
||||||
|
|
||||||
mod commands_repl;
|
mod commands_repl;
|
||||||
mod repl;
|
mod repl;
|
||||||
|
|
Loading…
Reference in a new issue