Adding extra help for people

pull/8/head
sgoudham 4 years ago
parent fb65d234b3
commit 476e3778e7

@ -21,7 +21,8 @@ class helper(commands.Cog, command_attrs=dict(hidden=True)):
coggers = Embed(title="(っ◔◡◔)っ Custom Help (っ◔◡◔)っ", coggers = Embed(title="(っ◔◡◔)っ Custom Help (っ◔◡◔)っ",
description=f"Use **{ctx.prefix}help** `<cog>` to find out more about them!" description=f"Use **{ctx.prefix}help** `<cog>` to find out more about them!"
f"\n\n`[]` | **Optional**" f"\n\n`[]` | **Optional**"
f"\n`<>` | **Required**", f"\n`<>` | **Required**"
f"**^^ Do not include those in your commands!**",
colour=enso_embedmod_colours, colour=enso_embedmod_colours,
timestamp=datetime.datetime.utcnow()) timestamp=datetime.datetime.utcnow())
coggers.set_footer(text=f"Requested by {ctx.author}", icon_url='{}'.format(ctx.author.avatar_url)) coggers.set_footer(text=f"Requested by {ctx.author}", icon_url='{}'.format(ctx.author.avatar_url))

Loading…
Cancel
Save