mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-09 03:07:00 +00:00
Fix typo in circular comment
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user