Skip to content

Commit

Permalink
macros: rarest renamed to least & added most.
Browse files Browse the repository at this point in the history
  • Loading branch information
synrg committed Dec 25, 2024
1 parent 789949c commit e168008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inatcog/commands/inat.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ async def describe_macros(self, ctx):
**`newest`**` sort by observed desc`
**`faves`**` sort by votes opt popular`
**`spp`**` opt hrank=species` (alias `species`)
**`rarest`**` per species sort by obs asc
**`most`**` per species sort by obs`
**`least`**` per species sort by obs asc`
""" # noqa: E501
await ctx.send_help()

Expand Down

0 comments on commit e168008

Please sign in to comment.