From c442db8061aa4695ae001c7cc26b20b5daf5b288 Mon Sep 17 00:00:00 2001 From: Exanlv Date: Sun, 19 Mar 2023 13:59:08 +0100 Subject: [PATCH] Oops --- src/Discord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.php b/src/Discord.php index cc6217e2..687c9757 100644 --- a/src/Discord.php +++ b/src/Discord.php @@ -57,7 +57,7 @@ public function withGateway( } public function withRest( - DriverInterface $driver = null, + ?DriverInterface $driver = null, ) { $driver ??= new Guzzle( $this->loop