mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Added Cache
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
import ServerChannel from "./ServerChannel";
|
||||
import Cache from "../Util/Cache";
|
||||
import {reg} from "../Util/ArgumentRegulariser";
|
||||
|
||||
export default class VoiceChannel extends ServerChannel{
|
||||
constructor(data, client, server){
|
||||
super(data, client, server);
|
||||
this.speaking = new Cache();
|
||||
}
|
||||
|
||||
join(callback = function () { }) {
|
||||
|
||||
Reference in New Issue
Block a user