Skip to content

Commit ece5469

Browse files
Remove debug print
1 parent 6335944 commit ece5469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/app/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def __init__(
509509
self.channel_types.append(channel_type)
510510
else:
511511
self.input_type = input_type
512-
print(self.channel_types)
512+
513513
self.required: bool = kwargs.pop("required", True)
514514
self.choices: List[OptionChoice] = [
515515
o if isinstance(o, OptionChoice) else OptionChoice(o)

0 commit comments

Comments
 (0)