|
@ -4876,9 +4876,6 @@ class Guild(Hashable): |
|
|
|
|
|
|
|
|
Fetches the onboarding configuration for this guild. |
|
|
Fetches the onboarding configuration for this guild. |
|
|
|
|
|
|
|
|
You must have :attr:`Permissions.manage_guild` and |
|
|
|
|
|
:attr:`Permissions.manage_roles` to do this. |
|
|
|
|
|
|
|
|
|
|
|
.. versionadded:: 2.6 |
|
|
.. versionadded:: 2.6 |
|
|
|
|
|
|
|
|
Returns |
|
|
Returns |
|
@ -4902,6 +4899,9 @@ class Guild(Hashable): |
|
|
|
|
|
|
|
|
Edits the onboarding configuration for this guild. |
|
|
Edits the onboarding configuration for this guild. |
|
|
|
|
|
|
|
|
|
|
|
You must have :attr:`Permissions.manage_guild` and |
|
|
|
|
|
:attr:`Permissions.manage_roles` to do this. |
|
|
|
|
|
|
|
|
.. versionadded:: 2.6 |
|
|
.. versionadded:: 2.6 |
|
|
|
|
|
|
|
|
Parameters |
|
|
Parameters |
|
|