mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
Correct open issue suggestion
This commit is contained in:
parent
b078107694
commit
9d9323648d
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,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,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue