From 95dd894d833d3fe6fa1d1d182093ca1a930c1e55 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Fri, 25 Sep 2020 00:30:58 +0200 Subject: [PATCH] quests quefaire (next) --- cogs/wynncraft/wynncraftcog.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cogs/wynncraft/wynncraftcog.py b/cogs/wynncraft/wynncraftcog.py index 0c50650..17dfb0a 100644 --- a/cogs/wynncraft/wynncraftcog.py +++ b/cogs/wynncraft/wynncraftcog.py @@ -279,7 +279,9 @@ class WynncraftCog(commands.Cog): return # check for available quests - for quest in await self.config.quests(): + quests = await self.config.quests() + quests.reverse() + for quest in quests: if quest["name"] in max_class["quests"]["list"]: continue # player has already done this quest