discord-voice
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A complete framework to facilitate the tracking of user voice time using discord.js", | ||
@@ -15,0 +15,0 @@ "main": "index.js", |
@@ -79,2 +79,3 @@ const merge = require("deepmerge"); | ||
get channelAndMember() { | ||
if(!this.guild) return null; | ||
return this.guild.channels.cache | ||
@@ -81,0 +82,0 @@ .filter((c) => c.type === "voice" || c.type === "GUILD_VOICE" || c.type === "GUILD_STAGE_VOICE") |
85684
1477