Skip to content

Commit

Permalink
Deploying to main from @ smrealms/smr@911513a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
hemberger committed Dec 3, 2024
1 parent 82f446b commit 4e15c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/files/src/lib/Smr/Discord/Command.php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ abstract class Command {
$lines = ['I encountered an error. Please report this to an admin!'];
}
if (count($lines) > 0) {
$message->reply(implode(EOL, $lines))->done(null, 'logException');
$message->reply(implode(EOL, $lines))->catch('logException');
}
}

Expand Down

0 comments on commit 4e15c8d

Please sign in to comment.