mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-28 17:37:52 +01:00
Log ChannelUpdater error logging method
This commit is contained in:
parent
e3c6f21c01
commit
a1baec7397
@ -107,7 +107,7 @@ public class ChannelUpdaterModule extends AbstractModule<DiscordSRV> {
|
||||
|
||||
manager.timeout(30, TimeUnit.SECONDS).queue(
|
||||
null,
|
||||
t -> discordSRV.logger().error("Failed to update channel " + channel, t)
|
||||
t -> discordSRV.discordConnectionManager().handleRequestFailure("Failed to update channel " + channel, t)
|
||||
);
|
||||
} catch (Throwable t) {
|
||||
discordSRV.logger().error("Failed to update channel " + channel, t);
|
||||
|
Loading…
Reference in New Issue
Block a user