Browse Source

Fix MessageReferenceType not being public

pull/10109/head
z03h 7 months ago
committed by dolfies
parent
commit
e424fda006
  1. 1
      discord/enums.py

1
discord/enums.py

@ -128,6 +128,7 @@ __all__ = (
'NetworkConnectionType',
'NetworkConnectionSpeed',
'PollLayoutType',
'MessageReferenceType',
)
if TYPE_CHECKING:

Loading…
Cancel
Save