Add remind help category decorator

pull/4/head
Stijn De Clercq 2020-10-23 21:34:41 +02:00
parent 250c2d40c7
commit 0e92948cf8
1 changed files with 1 additions and 0 deletions

View File

@ -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.