mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix typo in circular comment
This commit is contained in:
parent
554d2d7c99
commit
4a5057551a
@ -1382,7 +1382,8 @@ class Messageable:
|
|||||||
raise TypeError(f'view parameter must be View not {view.__class__!r}')
|
raise TypeError(f'view parameter must be View not {view.__class__!r}')
|
||||||
|
|
||||||
if suppress_embeds:
|
if suppress_embeds:
|
||||||
from .message import MessageFlags # circualr import
|
from .message import MessageFlags # circular import
|
||||||
|
|
||||||
flags = MessageFlags._from_value(4)
|
flags = MessageFlags._from_value(4)
|
||||||
else:
|
else:
|
||||||
flags = MISSING
|
flags = MISSING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user