From 789949cf39edea77cb42b6843feffcb86f3e3c50 Mon Sep 17 00:00:00 2001 From: Ben Armstrong Date: Wed, 25 Dec 2024 14:52:06 -0400 Subject: [PATCH] Add help for `rarest` macro. --- inatcog/commands/inat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inatcog/commands/inat.py b/inatcog/commands/inat.py index 34ce909..66587fa 100644 --- a/inatcog/commands/inat.py +++ b/inatcog/commands/inat.py @@ -184,6 +184,7 @@ 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 """ # noqa: E501 await ctx.send_help()