Added check back

pull/8/head
sgoudham 4 years ago
parent 6dde9fa13e
commit 1672e8d091

@ -442,7 +442,7 @@ async def on_command_error(ctx, args2):
async def send_error(ctx, bot, embed): async def send_error(ctx, bot, embed):
"""Sending error message to the user""" """Sending error message to the user"""
if bot.guild_permissions.embed_links: if bot.guild_permissions.send_messages and bot.guild_permissions.embed_links:
await ctx.send(embed=embed) await ctx.send(embed=embed)
else: else:
print("Error: Error Handling Message Could Not Be Sent") print("Error: Error Handling Message Could Not Be Sent")

Loading…
Cancel
Save