Skip to content

Commit

Permalink
Add imports for ActionRow and SelectMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming authored Feb 25, 2025
1 parent 9dd7539 commit 9a4154f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Discord/Builders/MessageBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
namespace Discord\Builders;

use Discord\Builders\Components;
use Discord\Builders\Components\ActionRow;
use Discord\Builders\Components\Component;
use Discord\Builders\Components\Contracts\ComponentV2;
use Discord\Builders\Components\SelectMenu;
use Discord\Exceptions\FileNotFoundException;
use Discord\Helpers\Multipart;
use Discord\Http\Exceptions\RequestFailedException;
Expand Down

0 comments on commit 9a4154f

Please sign in to comment.