Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 22, 2024
1 parent e79b9a0 commit 4ed9763
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class ReadyListener extends Listener {
}

public async run(payload: { shardId: number; data: { data: GatewayDispatchPayload; }; }): Promise<void> {
console.log(payload.data.data);
switch (payload.data.data.t) {
case GatewayDispatchEvents.GuildCreate:
case GatewayDispatchEvents.ChannelCreate:
Expand Down

0 comments on commit 4ed9763

Please sign in to comment.