diff --git a/cogs/stats.py b/cogs/stats.py index 15762e4..c30c5f5 100644 --- a/cogs/stats.py +++ b/cogs/stats.py @@ -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)