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 96781b3 commit 6827d09Copy full SHA for 6827d09
discord_slash/model.py
@@ -5,7 +5,7 @@
5
from inspect import iscoroutinefunction
6
7
import discord
8
-from discord.ext.commands import CommandOnCooldown, CooldownMapping, BucketType
+from discord.ext.commands import BucketType, CommandOnCooldown, CooldownMapping
9
10
from . import error, http
11
from .dpy_overrides import ComponentMessage
0 commit comments