Skip to content

Commit

Permalink
[Halpy-136] Add Help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed May 27, 2022
1 parent 3f5038c commit 80777fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/help/commands.json
Expand Up @@ -32,6 +32,11 @@
"arguments": "[EDSM Valid Location]",
"use": "Check for the closest DSSA carrier to a given location."
},
"diversion": {
"aliases": [],
"arguments": "[EDSM Valid Location]",
"use": "Calculate the 5 closest FDEV-placed structures with repair capability to given location."
},
"coords": {
"aliases": [
"coordcheck"
Expand Down
2 changes: 1 addition & 1 deletion halpybot/commands/edsm.py
Expand Up @@ -265,7 +265,7 @@ async def cmd_coordslookup(ctx, args: List[str]):
@Commands.command("diversion")
async def cmd_diversionlookup(ctx: Context, args: List[str]):
"""
Calculate the closest DSSA Carrier to a known EDSM system.
Calculate the 5 closest FDEV-placed structures with repair capability to a known EDSM location.
Usage: !diversion <--new> [system/cmdr]
Aliases: n/a
Expand Down

0 comments on commit 80777fc

Please sign in to comment.