Browse Source

Fix broken ref in migrating guide

pull/7563/head
jack1142 3 years ago
committed by GitHub
parent
commit
3dd99a7697
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/migrating.rst

2
docs/migrating.rst

@ -918,7 +918,7 @@ Allowed types for the following parameters have been changed:
- ``rtc_region`` in :meth:`Guild.create_voice_channel` is now of type Optional[:class:`str`].
- ``rtc_region`` in :meth:`StageChannel.edit` is now of type Optional[:class:`str`].
- ``rtc_region`` in :meth:`VoiceChannel.edit` is now of type Optional[:class:`str`].
- ``preferred_locale`` in :meth`Guild.edit` is now of type :class:`Locale`.
- ``preferred_locale`` in :meth:`Guild.edit` is now of type :class:`Locale`.
Attribute Type Changes
------------------------

Loading…
Cancel
Save