linter is mean

This commit is contained in:
Emily 2020-04-22 18:00:19 +10:00
parent 7c10c5309f
commit 6ee9122442
1 changed files with 1 additions and 1 deletions

View File

@ -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!')