mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Correct open issue suggestion (dispatching2
)
This commit is contained in:
parent
43a9b2d327
commit
de2974f052
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ where
|
||||||
log::error!(
|
log::error!(
|
||||||
"Cannot parse an update.\nError: {:?}\n\
|
"Cannot parse an update.\nError: {:?}\n\
|
||||||
This is a bug in teloxide-core, please open an issue here: \
|
This is a bug in teloxide-core, please open an issue here: \
|
||||||
https://github.com/teloxide/teloxide-core/issues.",
|
https://github.com/teloxide/teloxide/issues.",
|
||||||
err,
|
err,
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue