From f3b26e795fc475d5850ec8d23e2427af64660189 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 5 Sep 2023 02:44:17 -0400 Subject: [PATCH] Fix typo in default_reaction_emoji type --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index edf97b13e..93029f65e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -4088,7 +4088,7 @@ AuditLogDiff See also :attr:`ForumChannel.default_reaction_emoji` - :type: :class:`default_reaction_emoji` + :type: Optional[:class:`PartialEmoji`] .. this is currently missing the following keys: reason and application_id I'm not sure how to port these