From 2af52d243aeb40e92e7323e61d030798bda14035 Mon Sep 17 00:00:00 2001 From: Henonicks Date: Wed, 29 Nov 2023 16:10:11 +0200 Subject: [PATCH] Fixed the page's top --- docpages/example_programs/misc/using-emoji.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docpages/example_programs/misc/using-emoji.md b/docpages/example_programs/misc/using-emoji.md index 182b1f4ea2..55534ff2ab 100644 --- a/docpages/example_programs/misc/using-emoji.md +++ b/docpages/example_programs/misc/using-emoji.md @@ -1,6 +1,7 @@ \page using-emoji Using Emoji -Need your bot to use an emoji? Then the `dpp::emoji` class is just for you. It can store either a custom or a unicode emoji's name and ID. To use one in a message or when reacting to one, you use its mention. In select menus, it's the emoji object itself. Here's how to use them: +Need your bot to use an emoji? +Then the `dpp::emoji` class is just for you. It can store either a custom or a unicode emoji's name and ID. To use one in a message, you use its mention. To react, there's other kind of format: if you want to use an animated one, it's a::id, if it's static — :id, if that's a unicode one — the corresponding character. Here, represents the name of the emoji. In select menus, it's the emoji object itself. Here's how to use them: \include{cpp} using_emoji.cpp