mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
Cleaned up code (did function somewhere else where it made sense)
This commit is contained in:
parent
26d008f27a
commit
d1ad99aecf
2 changed files with 3 additions and 3 deletions
|
|
@ -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())
|
||||
|
||||
|
|
|
|||
|
|
@ -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**__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue