aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-08-27 16:55:23 -0400
committerRapptz <[email protected]>2017-08-27 16:55:23 -0400
commit1c967e9a7cca668c36ebef81965c0d5bf84d9994 (patch)
tree0872a94ba32e61a6e597e59a8935a7b5dc47e56e
parentFix on_guild_join param doc (diff)
downloaddiscord.py-1c967e9a7cca668c36ebef81965c0d5bf84d9994.tar.xz
discord.py-1c967e9a7cca668c36ebef81965c0d5bf84d9994.zip
[commands] Export cooldown classes as well.
-rw-r--r--discord/ext/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/__init__.py b/discord/ext/commands/__init__.py
index b102885c..f5f7bb26 100644
--- a/discord/ext/commands/__init__.py
+++ b/discord/ext/commands/__init__.py
@@ -16,4 +16,4 @@ from .core import *
from .errors import *
from .formatter import HelpFormatter, Paginator
from .converter import *
-from .cooldowns import BucketType
+from .cooldowns import *