mirror of https://github.com/stijndcl/didier
Add remind help category decorator
parent
250c2d40c7
commit
0e92948cf8
|
@ -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…
Reference in New Issue