Skip to content

Commit

Permalink
[commands] Change import for PrivateChannel for cooldowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Dec 10, 2023
1 parent 536cf5c commit 2b51e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/cooldowns.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

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 ...abc import PrivateChannel
from .errors import MaxConcurrencyReached
from .context import Context
from discord.app_commands import Cooldown as Cooldown
Expand Down

0 comments on commit 2b51e5e

Please sign in to comment.