aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/utils/checks.py')
-rw-r--r--bot/utils/checks.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/bot/utils/checks.py b/bot/utils/checks.py
index f1c2b3ce..c8a03935 100644
--- a/bot/utils/checks.py
+++ b/bot/utils/checks.py
@@ -3,7 +3,14 @@ import logging
from collections.abc import Callable, Container, Iterable
from discord.ext.commands import (
- BucketType, CheckFailure, Cog, Command, CommandOnCooldown, Context, Cooldown, CooldownMapping
+ BucketType,
+ CheckFailure,
+ Cog,
+ Command,
+ CommandOnCooldown,
+ Context,
+ Cooldown,
+ CooldownMapping,
)
from bot import constants