mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
remove rawGateway
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user