mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-26 13:46:19 +00:00
added automatic page splitting for embeds
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user