ghostbear / kumaslash

A discord bot made like a Enterprise application
Mozilla Public License 2.0
10 stars 3 forks source link

GuildCreatedEventHandler doesn't receive events #23

Closed ghostbear closed 1 year ago

ghostbear commented 1 year ago

Could be a rule or a silent error causing the issue

ghostbear commented 1 year ago

The reason why the GuildCreatedEventHandler doesn't receive events is that it takes too long for it to start subscribing. The current solution is to inject the GuildCreatedEventHandler into the method where the gateway is created that way it can be the first subscriber.