Small typo

pull/9/head
sgoudham 4 years ago
parent 4079025c93
commit 73b9844283

@ -1210,7 +1210,7 @@ class Moderation(Cog):
# Set up Embed
embed = Embed(title=f"Role Updated",
description=f"**Name --> {after.mention} |** @{after}"
f"**ID -->** {after.id}",
f"**\nID -->** {after.id}",
colour=self.bot.admin_colour,
timestamp=datetime.datetime.utcnow())
embed.set_author(name=after.guild, icon_url=after.guild.icon_url)

Loading…
Cancel
Save