Fix snowflake command sending embed

This commit is contained in:
Dustin Pianalto 2019-12-15 15:25:22 -09:00
parent 2a00c2f07d
commit cf348d41c2

View File

@ -60,7 +60,7 @@ class Inspect(commands.Cog):
f'Process: {process}\n' f'Process: {process}\n'
f'Increment Counter: {counter}', f'Increment Counter: {counter}',
color=self.bot.embed_color) color=self.bot.embed_color)
await ctx.send(em) await ctx.send(embed=em)
def setup(bot): def setup(bot):