mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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
|
||||
* @private
|
||||
*/
|
||||
class SecretKey {
|
||||
constructor(key) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue