mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
Hide SecretKey in documentation
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Represents a Secret Key used in encryption over voice
|
* Represents a Secret Key used in encryption over voice
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
class SecretKey {
|
class SecretKey {
|
||||||
constructor(key) {
|
constructor(key) {
|
||||||
|
|||||||
Reference in New Issue
Block a user