mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Hide SecretKey in documentation
This commit is contained in:
parent
756d7fc2c1
commit
cd9b391e2a
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue