1
0
Fork 0
mirror of synced 2024-05-18 19:42:28 +12:00

Actually send the embed as an embed

This commit is contained in:
Phxntxm 2017-08-05 14:28:11 -05:00
parent 5affddcd46
commit a6be874cb4

View file

@ -122,7 +122,7 @@ class Stats:
if user.game:
embed.add_field(name='Playing', value=user.game, inline=False)
await ctx.send(embed)
await ctx.send(embed=embed)
@commands.group()
@utils.custom_perms(send_messages=True)