mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-09 04:49:22 -06:00
Stability issue likely linked to zombie shards
Uncaught error may have been causing zombie shards and causing the stability issues. This should fix it hopefully. Other issues related to the rewrite are being investigated
This commit is contained in:
@@ -85,6 +85,7 @@ public class MessageCreateListener {
|
||||
.log(LogObject.forException("Error Handling message event",
|
||||
event.getMessage().getContent(), e, MessageCreateListener.class)
|
||||
)
|
||||
).then();
|
||||
).onErrorResume(e -> Mono.empty())
|
||||
.then();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user