The AutoPruneHelperRoutine class crashes when attempting to send a DM to someone who does not accept DMs.

Instead, it should just log the issue on debug level. Therefore, simply add a failure handler .queue(() -> {}, failure -> logger.debug(..., failure)).
