Browse Source

Fix modal docs code block warning

pull/7566/head
Sebastian Law 3 years ago
committed by GitHub
parent
commit
87415ab5a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      discord/ui/modal.py

5
discord/ui/modal.py

@ -58,11 +58,12 @@ class Modal(View):
This object must be inherited to create a modal popup window within discord.
.. versionadded:: 2.0
Examples
----------
.. code-block:: python3
from discord import ui
class Questionnaire(ui.Modal, title='Questionnaire Response'):

Loading…
Cancel
Save