Skip to content

Commit

Permalink
Update slash.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Aug 27, 2022
1 parent a35265b commit 8cb932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slash.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function ($response) use ($interaction, $discord) {
->addEmbed($embed);
$interaction->respondWithMessage($message)->done(
function ($success){
}, function ($error) use ($interaction, $discord) {
}, function ($error) {
var_dump($error);
});
}, function ($error) use ($interaction, $discord) {
Expand Down

0 comments on commit 8cb932b

Please sign in to comment.