added automatic page splitting for embeds

This commit is contained in:
Sheldan
2020-04-07 16:42:38 +02:00
parent 20cb43d071
commit 02a7c3633b
3 changed files with 47 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ public class ReactionUpdatedListener extends ListenerAdapter {
}
try {
reactedAddedListener.executeReactionAdded(cachedMessage, event.getReaction(), userInAServer);
} catch (AbstractoRunTimeException e) {
} catch (Exception e) {
log.warn(String.format("Failed to execute reaction added listener %s.", reactedAddedListener.getClass().getName()), e);
}
});