mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
BaseOpusEngine should be private
This commit is contained in:
parent
5cad25ea69
commit
81b176cfea
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* The base opus encoding engine
|
||||
* @private
|
||||
*/
|
||||
class BaseOpus {
|
||||
/**
|
||||
* @param {Object} [options] The options to apply to the Opus engine
|
||||
|
|
|
|||
Loading…
Reference in a new issue