Skip to content

Commit b03276e

Browse files
committed
exporting interfaces for events
1 parent 079f88f commit b03276e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/structures/LavalinkManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface ManagerOptions {
9090
}
9191
}
9292

93-
interface LavalinkManagerEvents {
93+
export interface LavalinkManagerEvents {
9494
/**
9595
* Emitted when a Track started playing.
9696
* @event Manager#trackStart

src/structures/NodeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { LavalinkPlayer, MiniMap } from "./Utils";
77

88
type LavalinkNodeIdentifier = string;
99

10-
interface NodeManagerEvents {
10+
export interface NodeManagerEvents {
1111
/**
1212
* Emitted when a Node is created.
1313
* @event Manager.nodeManager#create

0 commit comments

Comments
 (0)