Fixing typo for embed colour in channelinfo command

pull/8/head
sgoudham 4 years ago
parent 236ecfd9b4
commit 94b529a300

@ -335,7 +335,7 @@ class Info(Cog):
embed = Embed(title=f"Statistics For #{channel.name}",
description=f"{'Category: {}'.format(channel.category.name) if channel.category else 'N/A'}",
timestamp=datetime.datetime.utcnow(),
colur=self.bot.random_colour())
colour=self.bot.random_colour())
embed.set_thumbnail(url=ctx.guild.icon_url)
embed.set_footer(text=f"ID: {channel.id}")

Loading…
Cancel
Save