|
|
@ -90,18 +90,12 @@ class AudioTrivia(Trivia):
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
status = await self.audio.config.status()
|
|
|
|
status = await self.audio.config.status()
|
|
|
|
notify = await self.audio.config.notify()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if status:
|
|
|
|
if status:
|
|
|
|
await ctx.send(
|
|
|
|
await ctx.send(
|
|
|
|
"It is recommended to disable audio status with `{}audioset status`".format(ctx.prefix)
|
|
|
|
"It is recommended to disable audio status with `{}audioset status`".format(ctx.prefix)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
if notify:
|
|
|
|
|
|
|
|
await ctx.send(
|
|
|
|
|
|
|
|
"It is recommended to disable audio notify with `{}audioset notify`".format(ctx.prefix)
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if not self.audio._player_check(ctx):
|
|
|
|
if not self.audio._player_check(ctx):
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
if not ctx.author.voice.channel.permissions_for(
|
|
|
|
if not ctx.author.voice.channel.permissions_for(
|
|
|
|