Commit graph

2659 commits

Author SHA1 Message Date
Hirrolot
09c3424097 Replace lazy_static with once_cell 2022-02-04 20:14:57 +06:00
Hirrolot
9efa2f6cbd DispatcherBuilder::new => Dispatcher::builder 2022-02-04 20:09:53 +06:00
Hirrolot
a5d8a36f2c Merge conflicts in README 2022-02-04 20:01:27 +06:00
Hirrolot
e5330cdec2 HandlerExt::add_dialogue => HandlerExt::enter_dialogue 2022-02-04 20:00:21 +06:00
Hirrolot
8eb8e3c720 Move DialogueHandlerExt::add_dialogue to HandlerExt 2022-02-04 19:53:15 +06:00
Hirrolot
0000839144 HandlerExt::add_command => HandlerExt::filter_command 2022-02-04 19:46:34 +06:00
Hirrolot
5a00e970e4 .chat_id() => .chat.id 2022-02-04 19:45:35 +06:00
Hirrolot
ec9f701cf7 Revert ".chat_id() => .chat_id"
This reverts commit 26a28b1918.
2022-02-04 19:44:04 +06:00
Hirrolot
86ae23194d
Mention GH Discussions 2022-02-04 19:40:39 +06:00
Hirrolot
26a28b1918 .chat_id() => .chat_id 2022-02-04 19:38:06 +06:00
Hirrolot
ee3854c9a3 Merge branch 'dispatching2' of https://github.com/teloxide/teloxide into dispatching2 2022-02-04 19:09:43 +06:00
Hirrolot
879560f34a Fix the fixes 2022-02-04 19:09:32 +06:00
Hirrolot
47cc80d63e
Update examples/buttons.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2022-02-04 16:46:26 +06:00
Hirrolot
9306f6d484
Update src/dispatching2/dispatcher.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2022-02-04 16:43:52 +06:00
Hirrolot
4259dcce7b Set teloxide-core to v0.4 2022-02-04 09:59:14 +06:00
Hirrolot
263478a20a Simplify examples/dialogue.rs 2022-02-04 09:58:56 +06:00
Hirrolot
7837db4201
Update the rest of README 2022-02-04 09:47:15 +06:00
Hirrolot
d48659b93e
Update examples in the README 2022-02-04 09:40:15 +06:00
Hirrolot
6ad7a5b0a2 Fix Clippy 2022-02-03 20:48:40 +06:00
Hirrolot
242bfef885 Fix merge conflicts 2022-02-03 20:39:32 +06:00
Hirrolot
dedb1c85e1 Add high-level documentation 2022-02-03 20:27:45 +06:00
Hirrolot
d4fbaa74c4 Some tiny documentation tweaks 2022-02-03 16:38:54 +06:00
Hirrolot
3307a0915c Use .setup_ctrlc_handler() in the examples 2022-02-03 16:34:40 +06:00
Hirrolot
f97d699f74 Remove .unwraps in examples/dialogue.rs 2022-02-03 16:32:11 +06:00
Hirrolot
d89eeb5847 Make setup_ctrlc_handler return &mut Self 2022-02-03 12:48:02 +06:00
Hirrolot
b11e5fdd19 Rewrite examples/redis_remember.rs & examples/sqlite_remember.rs 2022-02-03 03:36:53 +06:00
Hirrolot
b9ac6f70fb Rewrite examples/dialogue.rs to take advantage of multiple fields 2022-02-03 03:12:09 +06:00
Hirrolot
45293e3168 Fix dialogue examples 2022-02-03 02:36:36 +06:00
Hirrolot
62934f29bd Harmonise naming convention across the examples 2022-02-02 15:40:22 +06:00
Hirrolot
c7bbfcccfa Enable all features when testing the examples 2022-02-02 15:29:52 +06:00
Hirrolot
60df0a5cf8 Refactor Dialogue
Remove useless stuff, some cleanup, u know.
2022-02-02 15:25:23 +06:00
Hirrolot
d49b03edae Fix type aliases in the examples 2022-02-02 06:28:32 +06:00
Hirrolot
d25efa9e14 Document UpdateHandler, DefaultHandler 2022-02-02 05:00:45 +06:00
Hirrolot
5101786d0b requester => bot 2022-02-02 04:55:12 +06:00
Hirrolot
21eb048ca2 Decouple Dispatcher from DispatcherBuilder 2022-02-02 04:51:36 +06:00
Hirrolot
4b1bc22360 Update testing examples CI 2022-02-02 04:00:48 +06:00
Hirrolot
7b6d2cb86c examples/dices_bot.rs => examples/dices.rs 2022-02-02 03:57:51 +06:00
Hirrolot
37220975fe
Update examples/README.md 2022-02-02 03:56:43 +06:00
Hirrolot
3b3f5f855f Make all examples just *.rs files 2022-02-02 03:54:00 +06:00
Hirrolot
1831fbf947
Merge pull request #503 from alexkonovalov/alexkonovalov
added alexkonovalov/PedigreeBot
2022-02-01 21:41:03 +06:00
Alex
47e3bdab56 move alexkonovalov/PedigreeBot to top 3 in README 2022-02-01 17:34:56 +02:00
Alex
8cfd457016 added alexkonovalov/PedigreeBot 2022-02-01 16:24:03 +02:00
Hirrolot
e92eef4a7c Document some stuff 2022-01-31 19:23:47 +06:00
Hirrolot
0a6487c23c Fix examples/admin_bot, examples/simple_commands_bot 2022-01-28 21:04:05 +06:00
Hirrolot
2058395d54 Add Me into the dependencies 2022-01-28 20:52:01 +06:00
Hirrolot
c017e59eb3 Update the examples 2022-01-26 15:51:51 +06:00
Hirrolot
58311ef608 Add Update & UpdateFilterExt to prelude2 2022-01-26 15:51:43 +06:00
Hirrolot
b1fac57c94
Merge pull request #500 from teloxide/fix_stop_token_sendness
Fix `polling`'s `StopToken` not being `Send`
2022-01-26 12:34:32 +06:00
Hirrolot
58cb64977b
Merge pull request #501 from teloxide/cleanup_update_listeners_docs
cleanup update listeners docs
2022-01-26 12:34:12 +06:00
Maybe Waffle
e83688d4d3 Add toolchain file and fix formatting 2022-01-25 21:07:30 +03:00