quests quefaire (format)
This commit is contained in:
parent
f9e9300365
commit
87596a541f
@ -336,11 +336,11 @@ class WynncraftCog(commands.Cog):
|
|||||||
|
|
||||||
for grind_spot in grind_spots:
|
for grind_spot in grind_spots:
|
||||||
if grind_spot["minlevel"] <= level <= grind_spot["maxlevel"]:
|
if grind_spot["minlevel"] <= level <= grind_spot["maxlevel"]:
|
||||||
hints.append(":star: Tu peux grinder aux coordonnées %s jusqu'au niveau %s" % (grind_spot["location"], grind_spot["maxlevel"]))
|
hints.append(":star: Tu peux grinder aux coordonnées %s jusqu'au niveau %s" % (grind_spot["location"], grind_spot["maxlevel"] + 1))
|
||||||
break
|
break
|
||||||
|
|
||||||
if hints:
|
if hints:
|
||||||
await ctx.send(":dizzy: Woosh! Voici comment tu peux continuer ton aventure :\n%s" % "\n\t".join(hints))
|
await ctx.send(":dizzy: Woosh! Voici comment tu peux continuer ton aventure :\n\n\t%s" % "\n\t".join(hints))
|
||||||
else:
|
else:
|
||||||
await ctx.send(":x: je sais pas comment t'aider :(")
|
await ctx.send(":x: je sais pas comment t'aider :(")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user