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.