Skip to content

Commit f3c0812

Browse files
authored
🩹 Fix missing Exception import in AbstractCommand.php (#147)
1 parent 7434456 commit f3c0812

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Commands/AbstractCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Discord\Parts\Guild\Guild;
66
use Discord\Parts\Interactions\Command\Command;
77
use Discord\Parts\User\User;
8+
use Exception;
89
use Illuminate\Support\Str;
910
use Laracord\Discord\Concerns\HasModal;
1011
use Laracord\Laracord;

0 commit comments

Comments
 (0)