forked from embee/woomy
linter is mean
This commit is contained in:
parent
7c10c5309f
commit
6ee9122442
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ exports.getVideoByQuery = async function (client, query) {
|
|||
|
||||
exports.play = async function (client, message, query, ignoreQueue) {
|
||||
const guild = exports.getGuild(message.guild.id)
|
||||
guild.message = message;
|
||||
guild.message = message
|
||||
|
||||
if (!message.member.voice.channel && !guild.voiceChannel) {
|
||||
return message.reply('You have to be connected to a voice channel to use this command!')
|
||||
|
|
Loading…
Reference in a new issue