mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 19:06:44 +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}')
|
||||
|
||||
if suppress_embeds:
|
||||
from .message import MessageFlags # circualr import
|
||||
from .message import MessageFlags # circular import
|
||||
|
||||
flags = MessageFlags._from_value(4)
|
||||
else:
|
||||
flags = MISSING
|
||||
|
Loading…
x
Reference in New Issue
Block a user