mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Clean up a bunch of new voice stuff
This commit is contained in:
@@ -8,9 +8,7 @@ class SecretKey {
|
||||
* @type {Uint8Array}
|
||||
*/
|
||||
this.key = new Uint8Array(new ArrayBuffer(key.length));
|
||||
for (const index in key) {
|
||||
this.key[index] = key[index];
|
||||
}
|
||||
for (const index in key) this.key[index] = key[index];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user