Cleaned up code (did function somewhere else where it made sense)

This commit is contained in:
Bella | Nightshade 2019-03-25 06:28:44 +09:30
parent 26d008f27a
commit d1ad99aecf
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ async def help_root(ctx: CommandContext):
elif ctx.match("system"):
await ctx.reply(help.system_commands, embed=help_footer_embed())
elif ctx.match("member"):
await ctx.reply(help.member_commands, embed=help_footer_embed())
await ctx.reply(help.member_commands + "\n\n" + help.command_notes, embed=help_footer_embed())
else:
await ctx.reply(help.root, embed=help_footer_embed())

View file

@ -45,8 +45,8 @@ pk;switch move <time to move>
pk;switch out
pk;switch delete
```
**Please bear in mind that your avatar image has to have 1 dimension 1024 pixels or less, i.e. 1024x2000 or 2500x1024, and be 1 MB or less in size otherwise it will not stick!**\n\n{}
""".strip().format(command_notes)
**Please bear in mind that your avatar image has to have 1 dimension 1024 pixels or less, i.e. 1024x2000 or 2500x1024, and be 1 MB or less in size otherwise it will not stick!**
""".strip()
help_commands = """
__**Help commands**__