Browse Source

[commands] Change import for PrivateChannel for cooldowns

pull/10109/head
Rapptz 2 years ago
committed by dolfies
parent
commit
f944c021b0
  1. 2
      discord/ext/commands/cooldowns.py

2
discord/ext/commands/cooldowns.py

@ -27,11 +27,11 @@ from __future__ import annotations
from typing import Any, Callable, Deque, Dict, Optional, Union, Generic, TypeVar, TYPE_CHECKING
from discord.enums import Enum
from discord.abc import PrivateChannel
import time
import asyncio
from collections import deque
from discord.abc import PrivateChannel
from .errors import MaxConcurrencyReached
from .context import Context

Loading…
Cancel
Save