mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Optimisations
This commit is contained in:
11
src/Voice/StreamIntent.js
Normal file
11
src/Voice/StreamIntent.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
// represents an intent of streaming music
|
||||
var EventEmitter = require("events");
|
||||
|
||||
class StreamIntent extends EventEmitter{
|
||||
constructor(){
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = StreamIntent;
|
||||
Reference in New Issue
Block a user