mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Merge branch 'develop' of https://github.com/Twentysix26/Red-DiscordBot into develop
This commit is contained in:
@@ -248,7 +248,7 @@ class Audio:
|
||||
if await self.check_voice(ctx.message.author, ctx.message):
|
||||
if not self.playlist:
|
||||
self.queue.append(link)
|
||||
await self.bot.say(self.queue)
|
||||
await self.bot.say("Link added to queue.")
|
||||
else:
|
||||
await self.bot.say("I'm already playing a playlist.")
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ class TriviaSession():
|
||||
if self.questionList: await self.newQuestion()
|
||||
else:
|
||||
if os.path.isfile("data/trivia/" + qlist + ".txt"):
|
||||
self.questionList = self.loadList("trivia/" + qlist + ".txt")
|
||||
self.questionList = self.loadList("data/trivia/" + qlist + ".txt")
|
||||
self.status = "new question"
|
||||
self.timeout = time.perf_counter()
|
||||
if self.questionList: await self.newQuestion()
|
||||
|
||||
Reference in New Issue
Block a user