1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-08-14 21:59:47 +02:00

🐛 fix tirages for finale

This commit is contained in:
ddorn
2020-05-20 12:54:46 +02:00
parent 161478caf8
commit fd000958a7
3 changed files with 25 additions and 22 deletions

View File

@@ -288,7 +288,7 @@ class DevCog(Cog, name="Dev tools"):
pprint(resp, out)
embed = discord.Embed(title="Result", color=discord.Colour.green())
embed.add_field(name="Query", value=f"```py\n{full_query}```", inline=False)
embed.add_field(name="Query", value=f"```py\n{query}```", inline=False)
value = self.to_field_value(out)
if resp is not None and value: