diff --git a/Sending-more-than-just-messages.md b/Sending-more-than-just-messages.md index f514ca5..5f9ec6b 100644 --- a/Sending-more-than-just-messages.md +++ b/Sending-more-than-just-messages.md @@ -44,7 +44,7 @@ await client(SendReactionRequest( Note that you cannot use strings like ``:heart:`` for the reaction. You must use the desired emoji directly. You can most easily achieve this by copy-pasting the emoji from an official application such as Telegram Desktop. -If for some reason you cannot embed emoji directly into the code, you can also use its unicode escape (which you can find using websites like [unicode-table.com](https://unicode-table.com/en/emoji/)), or install a different package, like [`emoji`](https://pypi.org/project/emoji/): +If for some reason you cannot embed emoji directly into the code, you can also use its unicode escape (which you can find using websites like [symbl.cc](https://symbl.cc/en/emoji/)), or install a different package, like [`emoji`](https://pypi.org/project/emoji/): ```python # All of these work exactly the same (you only need one):