Sapphire-like Listeners for other Emitters, such as ShardManager?
Probably a stupid question, but I've looked and haven't found any.
Does Sapphire support listeners for other emitters? For example, if I want to listen for the
shardCreate
event of ShardManager
.
Sapphire makes event handling so simple, so I figured I'd hope that there is, instead of going manual.
Thanks!2 Replies
Sapphire Framework
Listening to events emitted by other emitters | Sapphire
By default, Sapphire's event emitter is your client. However, for advanced use cases, you can specify a different
Thank you — not sure how I missed that.