From f7f282ff8dd630db268e477ab7f541cca9a0c2ce Mon Sep 17 00:00:00 2001 From: Valithor Obsidion Date: Tue, 21 Jan 2025 08:13:48 -0500 Subject: [PATCH] Commandattributes options bugfix (#1284) * Update CommandAttributes.php * Remove typing on getOptions --- src/Discord/Builders/CommandBuilder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord/Builders/CommandBuilder.php b/src/Discord/Builders/CommandBuilder.php index 2b6ad54de..418f98e30 100644 --- a/src/Discord/Builders/CommandBuilder.php +++ b/src/Discord/Builders/CommandBuilder.php @@ -67,9 +67,9 @@ public static function new(): self /** * Returns all the options in the command. * - * @return Option[]|null + * @return CollectionInterface