Reformatting title of embed

pull/8/head
sgoudham 4 years ago
parent f2061b5d73
commit 7325b957d5

@ -216,7 +216,7 @@ class Info(commands.Cog):
channel = ctx.channel channel = ctx.channel
# Set up Embed # Set up Embed
embed = Embed(title=f"Statistics For {channel.name}", embed = Embed(title=f"Statistics For #{channel.name}",
description=f"{'Category: {}'.format(channel.category.name) if channel.category else 'N/A'}", description=f"{'Category: {}'.format(channel.category.name) if channel.category else 'N/A'}",
timestamp=datetime.datetime.utcnow(), timestamp=datetime.datetime.utcnow(),
colur=Colour(int(random.choice(colour_list)))) colur=Colour(int(random.choice(colour_list))))

Loading…
Cancel
Save