mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update help.py
This commit is contained in:
parent
873e32e7b9
commit
e4bf0d8b25
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Help(commands.Cog):
|
||||||
command_list += f'**{ctx.prefix}{command.name}** - {command.help}\n'
|
command_list += f'**{ctx.prefix}{command.name}** - {command.help}\n'
|
||||||
if command_list:
|
if command_list:
|
||||||
em.add_field(name=cog, value=command_list, inline=False)
|
em.add_field(name=cog, value=command_list, inline=False)
|
||||||
em.set_footer(text=f'Requested by {ctx.message.author}', icon_url=tget_avatar(ctx.message.author))
|
em.set_footer(text=f'Requested by {ctx.message.author}', icon_url=get_avatar(ctx.message.author))
|
||||||
await ctx.send(embed=em)
|
await ctx.send(embed=em)
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
|
Loading…
Reference in a new issue