Started basic work on voice

This commit is contained in:
hydrabolt
2015-11-06 20:46:11 +00:00
parent ac3608feb4
commit bd0228bc71
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
"use strict";
class VoiceConnection{
constructor(){
}
}
module.exports = VoiceConnection;