We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ee49a commit f728e6fCopy full SHA for f728e6f
discord/incidents.py
@@ -27,7 +27,7 @@
27
import datetime
28
from typing import TYPE_CHECKING
29
30
-from .utils import parse_time
+from .utils.private import parse_time
31
32
if TYPE_CHECKING:
33
from .types.guild import IncidentsData as IncidentsDataPayload
0 commit comments