|
|
@ -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(
|
|
|
|