Skip to content

Commit a1f670e

Browse files
committed
🎨 consistency
1 parent 5cf31dc commit a1f670e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Discord/Message.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ public function select(
10111011
->setDisabled($disabled);
10121012

10131013
if ($defaults && ! $select instanceof StringSelect) {
1014-
$select->setDefaultValues($defaults);
1014+
$select = $select->setDefaultValues($defaults);
10151015
}
10161016

10171017
if ($id) {

0 commit comments

Comments
 (0)