From eb5209a6dacecce8cba0b48d7d814b875a181e21 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:35:44 +0200 Subject: [PATCH] Update onboarding.py --- discord/onboarding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/onboarding.py b/discord/onboarding.py index 3509c4afb..0ea0fd9cd 100644 --- a/discord/onboarding.py +++ b/discord/onboarding.py @@ -195,7 +195,7 @@ class OnboardingPrompt: The type of this prompt. title: :class:`str` The title of this prompt. - options: List[:class:`PartialOnboardingPromptOption`] + options: List[:class:`OnboardingPromptOption`] The options of this prompt. single_select: :class:`bool` Whether this prompt is single select.