remove rawGateway

This commit is contained in:
ITOH
2021-04-30 15:01:44 +02:00
parent c50fb39b42
commit b28ab09f7e

View File

@@ -161,8 +161,6 @@ export interface EventHandlers {
) => unknown;
/** Sent before every event execution. Discordeno will not await its execution. */
raw?: (data: GatewayPayload) => unknown;
// TODO: remove this?
// rawGateway?: (data: unknown) => unknown;
/** Sent when all shards went ready. */
ready?: () => unknown;
/** Sent when a user adds a reaction to a message. */