Sebastian Law
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
discord/ui/modal.py
|
@ -63,6 +63,7 @@ class Modal(View): |
|
|
---------- |
|
|
---------- |
|
|
|
|
|
|
|
|
.. code-block:: python3 |
|
|
.. code-block:: python3 |
|
|
|
|
|
|
|
|
from discord import ui |
|
|
from discord import ui |
|
|
|
|
|
|
|
|
class Questionnaire(ui.Modal, title='Questionnaire Response'): |
|
|
class Questionnaire(ui.Modal, title='Questionnaire Response'): |
|
|