Skip to content

Commit f787262

Browse files
Fix rename
1 parent fc4ce41 commit f787262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ class NSFWLevel(Enum, comparable=True):
588588
safe = 2
589589
age_restricted = 3
590590

591-
class SlashCommandOptionType(Enum):
591+
class OptionType(Enum):
592592
sub_command = 1
593593
sub_command_group = 2
594594
string = 3

0 commit comments

Comments
 (0)