You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/docs/popular-topics/reactions.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Reactions are Discord's way of adding emojis to other messages. Early on, before
9
9
Having bots react to messages is less common now, and is somewhat considered legacy behaviour.
10
10
This guide will teach you the basics of how they work, since they still have their use cases, like reaction role systems and polling.
11
11
12
-
In Disnake reactions are represented with <DocsLinkreference="disnake.Reaction">Reaction</DocsLink> objects. Whenever you operate on a <DocsLinkreference="disnake.Message">Message</DocsLink> you can access a list of reactions attached to that message.
13
-
In this guide we will be providing an example using the <DocsLinkreference="disnake.on_raw_reaction_add">on_raw_reaction_add / remove</DocsLink> events and a message_command's <DocsLinkreference="disnake.MessageCommandInteraction">interaction</DocsLink> to demonstrate.
12
+
In Disnake, reactions are represented with <DocsLinkreference="disnake.Reaction">Reaction</DocsLink> objects. Whenever you operate on a <DocsLinkreference="disnake.Message">Message</DocsLink> you can access a list of reactions attached to that message.
13
+
In this guide we will be providing an example using the <DocsLinkreference="disnake.on_raw_reaction_add">on_raw_reaction_add / remove</DocsLink> events and a <DocsLinkext="commands"reference="disnake.ext.commands.Bot.message_command">message_command</DocsLink>'s <DocsLinkreference="disnake.MessageCommandInteraction">interaction</DocsLink> to demonstrate.
0 commit comments