mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add remind help category decorator
This commit is contained in:
parent
250c2d40c7
commit
0e92948cf8
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ class Remind(commands.Cog):
|
|||
return not self.client.locked
|
||||
|
||||
@commands.group(name="Remind", aliases=["Remindme"], usage="[Categorie]", case_insensitive=True, invoke_without_command=True)
|
||||
@help.Category(Category.Other)
|
||||
async def remind(self, ctx):
|
||||
"""
|
||||
Command group to remind the user of a certain thing every day.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue