mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Use import/export since we are using babel, removed unused imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
class VoicePacket{
|
||||
export default class VoicePacket {
|
||||
constructor(data, sequence, time, ssrc){
|
||||
|
||||
var audioBuffer = data,
|
||||
@@ -22,5 +22,3 @@ class VoicePacket{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = VoicePacket;
|
||||
Reference in New Issue
Block a user