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) {
 | 
					exports.play = async function (client, message, query, ignoreQueue) {
 | 
				
			||||||
  const guild = exports.getGuild(message.guild.id)
 | 
					  const guild = exports.getGuild(message.guild.id)
 | 
				
			||||||
  guild.message = message;
 | 
					  guild.message = message
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!message.member.voice.channel && !guild.voiceChannel) {
 | 
					  if (!message.member.voice.channel && !guild.voiceChannel) {
 | 
				
			||||||
    return message.reply('You have to be connected to a voice channel to use this command!')
 | 
					    return message.reply('You have to be connected to a voice channel to use this command!')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue