Hirrolot
cfc0776621
Merge branch 'dev' into v0.11.0
2022-10-07 17:23:52 +06:00
Hirrolot
5bed819c9f
Update MSRV in README.md
2022-10-07 17:22:46 +06:00
Hirrolot
4e56dd29b1
Release v0.11.0
2022-10-07 16:55:57 +06:00
Hirrolot
97e2cb0aa1
Merge pull request #735 from teloxide/consistent-naming
...
Use consistent naming of our crates
2022-10-07 16:44:27 +06:00
Hirrolot
60f0cd128d
Use <code>teloxide</code>
in README.md
2022-10-07 16:39:49 +06:00
Hirrolot
1ab5bdfc77
Use consistent naming of our crates
2022-10-07 16:34:42 +06:00
Hirrolot
3d65f81eae
Apply a tiny review suggestion
...
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
2022-10-07 16:30:33 +06:00
Hirrolot
6966ab9ce1
Simplify the highlights more
2022-10-07 10:45:35 +06:00
Hirrolot
6043f5566e
Update the 'Highlights' section
...
I've simplified the point about dialogues and added the point "Feature-rich", which mentions some functionality typically asked by users in our support chat.
2022-10-07 10:38:52 +06:00
Maybe Waffle
dc652da1ac
fixup tests and examples that use derive(BotCommands)
2022-10-05 10:11:50 +04:00
Hirrolot
a3116bb0d6
Fix a code typo in README.md
2022-10-03 18:01:24 +06:00
Hirrolot
5922984f6c
Reorder parameters in the examples
...
In reordering the parameters, I stick the following principle: place parameters from least changing to most changing. Thus, we have config and bot right from the beginning, next a dialogue with a possible payload, and next updates such as messages, inline queries, etc. This principle is used in languages with a native support for currying, although in Rust people appear to order parameters arbitrarily, so this commit is mostly for the sake of consistency.
2022-10-03 17:54:06 +06:00
Hirrolot
cde6827cee
Use RequestError
in REPLs
2022-10-02 21:44:04 +06:00
Hirrolot
d1bef5112e
Update the number of repos dependant on teloxide
2022-10-01 17:11:15 +06:00
Hirrolot
00efbe163a
Stop using AutoSend
in the examples and docs
2022-09-29 09:37:20 +06:00
Hirrolot
24d90fcdc8
Update the 'Community bots' section with GitHub dependents
2022-07-22 20:03:57 +06:00
Maybe Waffle
b0bfbcbc72
Fix image paths in readme
2022-07-22 13:47:10 +04:00
Hirrolot
ecf0c36356
Remove ArtHome12/vzmuinebot
from outdated bots
...
I think it was added by mistake since it uses teloxide v0.9.2, which is a relatively new version.
2022-07-21 20:15:44 +06:00
Maybe Waffle
dd4af30727
Move ctrlc handler enable function to DispatcherBuilder
...
This helps with consistency -- every setting is changed in builder.
Also `Self -> Self` function sometimes plays more nicely with borrowck.
2022-07-21 13:32:05 +04:00
Hirrolot
92abc22613
Put community bots with old teloxide into a hidden section
2022-07-21 14:51:22 +06:00
Hirrolot
ca85dfff16
Add zamazan4ik/npaperbot-telegram
to community bots
2022-07-21 14:28:26 +06:00
Hirrolot
7e6c04643f
Update the API coverage badge
2022-07-20 20:13:44 +06:00
Hirrolot
d2cb46382c
Drop community bots using old versions of teloxide
...
Also, prettify the list representation a little bit.
2022-07-20 20:11:55 +06:00
Maybe Waffle
4af32d21eb
update faq
2022-07-19 14:54:01 +04:00
Maybe Waffle
6996c7ff87
bump version
2022-07-19 14:53:42 +04:00
Raine Virta
9fc68dc73f
Add tgreddit to Community Bots
2022-07-07 22:05:31 +02:00
Hirrolot
d232319dfa
Fix GIFs resizing in README.md
2022-06-27 01:57:27 +06:00
Hirrolot
ef0b2f2795
Update README.md
2022-06-22 15:26:23 +06:00
0xNima
174b64e6f4
update community bots
2022-06-17 18:21:04 +04:30
Alexander Danilov
ecef7ec8cc
Add modos189/tg_blackbox_bot
2022-06-16 21:19:03 +03:00
Hirrolot
5b2b7c23f7
Update other doc places
2022-05-26 23:26:53 +06:00
Hirrolot
2d2be5759e
Improve README.md
2022-04-28 03:08:25 +06:00
Hirrolot
3a10c32183
Change the path to ICON.png
...
Previously it didn't show on crates.io.
2022-04-27 21:44:07 +06:00
Hirrolot
5a55789492
Resize the GIFs to 420px width
2022-04-27 21:40:27 +06:00
Hirrolot
0389dd9d02
Update the README.md
supported bot API badge
2022-04-27 21:04:53 +06:00
Hirrolot
fcea341bc8
Release v0.9.0
2022-04-27 16:10:33 +06:00
Hirrolot
0d36a1e2b7
Merge pull request #613 from teloxide/dptree-case
...
Deprecate `teloxide::handler!` in favour of `dpree::case!`
2022-04-27 16:05:15 +06:00
Hirrolot
1b565525b1
Fix missing #[tokio::main]
in README.md
2022-04-27 15:47:33 +06:00
Hirrolot
deb992c787
Deprecate teloxide::handler!
in favour of dptree::case!
2022-04-27 15:16:34 +06:00
Hirrolot
b8c3f48c7f
Harmonise example bot initial logs
2022-04-27 01:00:08 +06:00
Hirrolot
2537f06464
examples/dices.rs
=> examples/throw_dice.rs
2022-04-27 00:56:51 +06:00
Hirrolot
5ecfd3d810
examples/simple_commands.rs
=> examples/command.rs
2022-04-27 00:54:37 +06:00
Hirrolot
035b3c3bc8
Rename demo GIFs
2022-04-27 00:52:30 +06:00
Studiedlist
3d40b1b0e9
add studiedlist/EddieBot to bot list
2022-04-25 12:55:54 +03:00
Hirrolot
4a4990e207
Update the FAQ
2022-04-22 23:50:19 +06:00
Maybe Waffle
cfaa71632c
Document and check the MSRV in CI
2022-04-20 23:33:44 +04:00
Hirrolot
4ee174126d
Merge conflicts
2022-04-18 16:50:02 +06:00
Hirrolot
52ba62d3fc
Release v0.8.0
2022-04-18 16:32:46 +06:00
Waffle Maybe
5ec223f43a
Merge pull request #591 from teloxide/doc_changes
...
Doc changes
2022-04-17 19:52:24 +04:00
Maybe Waffle
fc509912ff
Remove dev-branch docs
2022-04-14 14:35:24 +04:00