catch exceptions
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 42s
Some checks failed
Deploy to Dokku / docker (ubuntu-latest) (push) Failing after 42s
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package cc.fascinated.bat.common;
|
||||
|
||||
import cc.fascinated.bat.config.Config;
|
||||
import io.sentry.Sentry;
|
||||
import lombok.experimental.UtilityClass;
|
||||
import net.dv8tion.jda.api.EmbedBuilder;
|
||||
import net.dv8tion.jda.api.entities.channel.concrete.TextChannel;
|
||||
@ -68,6 +69,7 @@ public class EmbedUtils {
|
||||
if (channel != null) {
|
||||
channel.sendMessageEmbeds(embed.build()).queue();
|
||||
}
|
||||
Sentry.captureException(ex); // Capture the exception
|
||||
return embed;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user