use Sentry hints
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 1m5s

This commit is contained in:
Lee
2024-07-06 00:24:06 +01:00
parent fa932b7fc2
commit 9395ae73b9
3 changed files with 26 additions and 1 deletions

View File

@ -69,7 +69,6 @@ public class EmbedUtils {
if (channel != null) {
channel.sendMessageEmbeds(embed.build()).queue();
}
Sentry.captureException(ex); // Capture the exception
return embed;
}
}