You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: Renamed `Event` to `Listener`
BREAKING CHANGE: Renamed `EventStore` to `ListenerStore`
BREAKING CHANGE: Changed events directory from `events` to `listeners`
BREAKING CHANGE: Renamed `SapphireClientOptions.loadDefaultErrorEvents` to `loadDefaultErrorListeners`
BREAKING CHANGE: Renamed `StoreRegistryEntries.events` to `StoreRegistryEntries.listeners`
BREAKING CHANGE: Refactored `Events` enum to be an object, so we can use discord.js's constants
BREAKING CHANGE: Renamed `Events.EventError` to `Events.ListenerError`
BREAKING CHANGE: Renamed `EventErrorPayload` to `ListenerErrorPayload`
BREAKING CHANGE: Renamed `Events.Ready` to `Events.ClientReady`
BREAKING CHANGE: Renamed `Events.Message` to `Events.MessageCreate`
0 commit comments