mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
BaseOpusEngine should be private
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* The base opus encoding engine
|
||||
* @private
|
||||
*/
|
||||
class BaseOpus {
|
||||
/**
|
||||
* @param {Object} [options] The options to apply to the Opus engine
|
||||
|
||||
Reference in New Issue
Block a user