Skip to content

Commit

Permalink
refactor(Icelink): drop listen abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
Fab1o0107 committed Jan 27, 2024
1 parent 7d2d879 commit a670a35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Icelink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,6 @@ export abstract class Icelink extends EventEmitter {
return undefined;
}

/**
* Listen attaches the event listener to the library you are using.
* @abstract
*/
public abstract listen(): void;

/**
* sendPacket is where your library send packets to Discord Gateway.
* @abstract
Expand Down

0 comments on commit a670a35

Please sign in to comment.