Skip to content

Commit dbcb58c

Browse files
committed
fix: Set Correct URL Parameter Value
1 parent b14a15d commit dbcb58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/webhook/async_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def create_interaction_response(
538538
)
539539

540540
params: dict[str, Any] = {
541-
"with_response": True,
541+
"with_response": "true",
542542
}
543543

544544
return self.request(

0 commit comments

Comments
 (0)