Skip to content

Commit 48eeb9f

Browse files
authored
pre-push
1 parent 56cb48c commit 48eeb9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord_slash/error.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ class AlreadyResponded(SlashCommandError):
8989
The interaction was already responded to
9090
"""
9191

92+
9293
class ContextMenuError(SlashCommandError):
9394
"""
9495
Special error given for context menu creation/callback issues.
95-
"""
96+
"""

0 commit comments

Comments
 (0)