!quefaire: changed error msg
This commit is contained in:
parent
ee1c32b10b
commit
dd5fa38a3d
@ -346,7 +346,7 @@ class WynncraftCog(commands.Cog):
|
|||||||
if hints:
|
if hints:
|
||||||
await ctx.send(":dizzy: Woosh! Voici comment tu peux continuer ton aventure :\n\n\t%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: Tu as du tomber dans une faille spatio-temporelle mortelle car il est normalement impossible que je ne puisse pas te donner de conseils !")
|
await ctx.send(":x: Si tu lis ce message c'est que quelque chose s'est mal passé car il est normalement impossible que je ne puisse pas te donner de conseils ! Contacte <@158370947097821185> pour l'informer de ce bug.")
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
@checks.admin_or_permissions(manage_guild=True)
|
@checks.admin_or_permissions(manage_guild=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user