Update audiotrivia.py
This commit is contained in:
		
							parent
							
								
									334b77db7f
								
							
						
					
					
						commit
						7944563bf9
					
				@ -88,9 +88,8 @@ class AudioTrivia(Trivia):
 | 
				
			|||||||
        if session is not None:
 | 
					        if session is not None:
 | 
				
			||||||
            await ctx.send("There is already an ongoing trivia session in this channel.")
 | 
					            await ctx.send("There is already an ongoing trivia session in this channel.")
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
        guild = ctx.guild
 | 
					 | 
				
			||||||
        status = await self.audio.config.status()
 | 
					        status = await self.audio.config.status()
 | 
				
			||||||
        notify = await self.audio.config.guild(guild).notify()
 | 
					        notify = await self.audio.config.guild(ctx.guild).notify()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if status:
 | 
					        if status:
 | 
				
			||||||
            await ctx.send(
 | 
					            await ctx.send(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user