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
2 additions and
1 deletions
-
discord/abc.py
|
|
@ -1382,7 +1382,8 @@ class Messageable: |
|
|
|
raise TypeError(f'view parameter must be View not {view.__class__!r}') |
|
|
|
|
|
|
|
if suppress_embeds: |
|
|
|
from .message import MessageFlags # circualr import |
|
|
|
from .message import MessageFlags # circular import |
|
|
|
|
|
|
|
flags = MessageFlags._from_value(4) |
|
|
|
else: |
|
|
|
flags = MISSING |
|
|
|