Fix snowflake command sending embed
This commit is contained in:
parent
2a00c2f07d
commit
cf348d41c2
@ -60,7 +60,7 @@ class Inspect(commands.Cog):
|
||||
f'Process: {process}\n'
|
||||
f'Increment Counter: {counter}',
|
||||
color=self.bot.embed_color)
|
||||
await ctx.send(em)
|
||||
await ctx.send(embed=em)
|
||||
|
||||
|
||||
def setup(bot):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user