discord-player 7.2.0-dev.0 → 7.2.0-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as discord_js from 'discord.js';
2
2
  import { Client, User, UserResolvable, GuildVoiceChannelResolvable, VoiceChannel, StageChannel, Guild, VoiceState, VoiceBasedChannel, GuildResolvable, Snowflake } from 'discord.js';
3
3
  import Eris from 'eris';
4
- import * as Oceanic from 'oceanic.js';
4
+ import Oceanic from 'oceanic.js';
5
5
  import { ListenerSignature, DefaultListener, EventEmitter, Collection, Queue, QueueStrategy } from '@discord-player/utils';
6
6
  import { Readable, Duplex } from 'stream';
7
7
  import * as _discord_player_equalizer from '@discord-player/equalizer';