Skip to content

Commit 9018330

Browse files
committed
Update Discord.php
1 parent d39f372 commit 9018330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Discord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ public function getChannel($channel_id): ?Channel
19351935
*/
19361936
public function listenCommand($names, ?callable $callback = null, ?callable $autocomplete_callback = null): RegisteredCommand
19371937
{
1938-
if (! is_array ($names)) {
1938+
if (! is_array($names)) {
19391939
$names = [$names];
19401940
}
19411941

0 commit comments

Comments
 (0)