Skip to content

Commit

Permalink
fix: remove incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Jul 6, 2023
1 parent 66e02c8 commit 7dafbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shoukaku.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EventEmitter } from 'events';
import { State, ShoukakuDefaults } from './Constants';
import { Node, VoiceChannelOptions } from './node/Node';
import { Node } from './node/Node';
import { Connector } from './connectors/Connector';
import { Constructor, mergeDefault } from './Utils';
import { Player } from './guild/Player';
Expand Down

0 comments on commit 7dafbac

Please sign in to comment.