Soheab
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/faq.rst
|
|
@ -481,8 +481,8 @@ Putting it all together, using the previous view definition: |
|
|
|
|
|
|
|
# Step 1 |
|
|
|
resource = callback.resource |
|
|
|
# making sure it's a message |
|
|
|
if isinstance(resource, discord.Message): |
|
|
|
# making sure it's an interaction response message |
|
|
|
if isinstance(resource, discord.InteractionMessage): |
|
|
|
view.message = resource |
|
|
|
|
|
|
|
|
|
|
|